Color: #A4C5BC
#A4C5BC Color Information
#A4C5BC is a light color. The closest websafe version is #A4C5BC. A complement of this color would be #C5A5AD, perceived brightness is 0.73, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 164°,a saturation of 22%, and a lightness of 71%.The HSV representation shows a hue of 164°, a saturation of 17%, and a value of 77%.
In a RGB color space, #A4C5BC is composed of 64% red, 77% green and 74% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 5% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 51.33, x: 0.3251, and y: 0.3718.
Color Code #A4C5BC
Shades of Color #A4C5BC
Shades are created by darkening the original color #A4C5BC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #A4C5BC
Tints are created by lightening the original color #A4C5BC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #A4C5BC Color Code
In the HSL color space, this color has a hue angle of 164°, a saturation of 22%, and a lightness of 71%. The HSV representation shows a hue of 164°, a saturation of 17%, and a value of 77%.
- HEX: #A4C5BC
- RGB: rgb(164, 197, 188)
- HSL: hsl(164, 22%, 71%)
- HSV: hsv(164, 17%, 77%)
- CMYK: 17.00% cyan, 0.00% magenta, 5.00% yellow, 23.00% black
- XYZ: 44.88, 51.33, 41.85
- Yxy: 51.33, 0.3251, 0.3718
- Hunter Lab: 76.88, -12.85, 0.64
- CIE-Lab: 76.88, -12.85, 0.64
In the XYZ color space, this color is represented as X: 44.88, Y: 51.33, Z: 41.85. The Yxy representation further refines this as Y: 51.33, x: 0.3251, and y: 0.3718.
In the Hunter Lab color space, this color is represented as L: 76.88, a: -12.85, and b: 0.64. Similarly, in the CIE-Lab color space, it is represented as L: 76.88, a: -12.85, and b: 0.64.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #A4C5BC
Triadic colors are three colors evenly spaced around the color wheel, including #A4C5BC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A4C5BC
Split complementary colors are two colors adjacent to the complementary color of #A4C5BC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A4C5BC
Monochromatic colors are variations of #A4C5BC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A4C5BC
The complementary color of #A4C5BC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #A4C5BC
/* Using HEX */ body { background-color: #a4c5bc; }
/* Using RGB */ body { background-color: rgb(164, 197, 188); }
/* Using RGB with opacity */ body { background-color: rgba(164, 197, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(164, 22%, 71%); }
/* Text color */ p { color: #a4c5bc; }
/* Box shadow */ div { box-shadow: 4px 4px #a4c5bc; }
/* Border color */ .box { border: 4px solid #a4c5bc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a4c5bc; }
/* Background with text */ div { background: #a4c5bc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A4C5BC
<!-- Using HEX --> <div style="background-color: #a4c5bc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 197, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 197, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(164, 22%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a4c5bc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a4c5bc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a4c5bc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a4c5bc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a4c5bc; color: #fff; padding: 16px; border-radius: 8px;"> #A4C5BC </div>
Related Colors of #A4C5BC
These colors are similar to #A4C5BC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.