Shades of Heather #A4BBCD
Tints of Heather #A4BBCD
RGB
CMYK
RGB Variations
Color information
#A4BBCD (or 0xA4BBCD) is known color: Heather. HEX triplet: A4, BB and CD. RGB value is (164,187,205). Sum of RGB (Red+Green+Blue) = 164+187+205=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBCD is #5B4432. Grayscale: #B6B6B6. Windows color (decimal): -5981235 or 13482916. OLE color: 13482916.
HSL color Cylindrical-coordinate representation of color #A4BBCD: hue angle of 206.34º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BBCD is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 187 | 205 | - |
| CMYK | 0.2 | 0.09 | 0 | 0.20 |
| HSL | 206.34º | 0.29% | 0.72% | - |
| HSV(B) | 206.34º | 0.2% | 0.8% | - |
| XYZ | 44.1 | 47.84 | 64.67 | - |
| YUV | 182.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 205 | 0.2 | 0.09 | 0 | 0.20 | 206.34 | 0.29 | 0.72 |
| Hex | A4 | BB | CD | 14 | 9 | 0 | 14 | CE | 1D | 48 |
| Octal | 244 | 273 | 315 | 24 | 11 | 0 | 24 | 316 | 35 | 110 |
| Binary | 10100100 | 10111011 | 11001101 | 10100 | 1001 | 0 | 10100 | 11001110 | 11101 | 1001000 |
Color Harmonies of #A4BBCD
Complementary color
Monochromatic Colors of #A4BBCD
Black with #A4BBCD
Text Example
Text Example
White with #A4BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBCD; }
p { color: rgb(164,187,205); }
H1.HeaderClassName
{
color: #A4BBCD;
}
.AnyTagClassName
{
color: #A4BBCD;
}
</style>
background-color css
<style>
a { background-color: #A4BBCD; }
a { background-color: rgb(164,187,205); }
div.DivClassName
{
background-color: #A4BBCD;
}
.BgClassName
{
background-color: #A4BBCD;
}
</style>
border-color css
<style>
span { border-color: #A4BBCD; }
span { border-color: rgb(164,187,205); }
td.TdClassName
{
border-color: #A4BBCD;
}
.TagClassName
{
border-color: #A4BBCD;
}
</style>