Shades of Heather #A8BBC9
Tints of Heather #A8BBC9
RGB
CMYK
RGB Variations
Color information
#A8BBC9 (or 0xA8BBC9) is known color: Heather. HEX triplet: A8, BB and C9. RGB value is (168,187,201). Sum of RGB (Red+Green+Blue) = 168+187+201=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBC9 is #574436. Grayscale: #B6B6B6. Windows color (decimal): -5719095 or 13220776. OLE color: 13220776.
HSL color Cylindrical-coordinate representation of color #A8BBC9: hue angle of 205.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BBC9 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 187 | 201 | - |
CMYK | 0.16 | 0.07 | 0 | 0.21 |
HSL | 205.45º | 0.23% | 0.72% | - |
HSV(B) | 205.45º | 0.16% | 0.79% | - |
XYZ | 44.46 | 48.08 | 62.2 | - |
YUV | 182.92 | 138.21 | 117.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 187 | 201 | 0.16 | 0.07 | 0 | 0.21 | 205.45 | 0.23 | 0.72 |
Hex | A8 | BB | C9 | 10 | 7 | 0 | 15 | CD | 17 | 48 |
Octal | 250 | 273 | 311 | 20 | 7 | 0 | 25 | 315 | 27 | 110 |
Binary | 10101000 | 10111011 | 11001001 | 10000 | 111 | 0 | 10101 | 11001101 | 10111 | 1001000 |
Color Harmonies of #A8BBC9
Complementary color
Monochromatic Colors of #A8BBC9
Black with #A8BBC9
Text Example
Text Example
White with #A8BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBC9; }
p { color: rgb(168,187,201); }
H1.HeaderClassName
{
color: #A8BBC9;
}
.AnyTagClassName
{
color: #A8BBC9;
}
</style>
background-color css
<style>
a { background-color: #A8BBC9; }
a { background-color: rgb(168,187,201); }
div.DivClassName
{
background-color: #A8BBC9;
}
.BgClassName
{
background-color: #A8BBC9;
}
</style>
border-color css
<style>
span { border-color: #A8BBC9; }
span { border-color: rgb(168,187,201); }
td.TdClassName
{
border-color: #A8BBC9;
}
.TagClassName
{
border-color: #A8BBC9;
}
</style>