Shades of Heather #A0BBC8
Tints of Heather #A0BBC8
RGB
CMYK
RGB Variations
Color information
#A0BBC8 (or 0xA0BBC8) is known color: Heather. HEX triplet: A0, BB and C8. RGB value is (160,187,200). Sum of RGB (Red+Green+Blue) = 160+187+200=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBC8 is #5F4437. Grayscale: #B4B4B4. Windows color (decimal): -6243384 or 13155232. OLE color: 13155232.
HSL color Cylindrical-coordinate representation of color #A0BBC8: hue angle of 199.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BBC8 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 160 | 187 | 200 | - |
CMYK | 0.2 | 0.06 | 0 | 0.22 |
HSL | 199.5º | 0.27% | 0.71% | - |
HSV(B) | 199.5º | 0.2% | 0.78% | - |
XYZ | 42.69 | 47.18 | 61.5 | - |
YUV | 180.41 | 139.05 | 113.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 187 | 200 | 0.2 | 0.06 | 0 | 0.22 | 199.5 | 0.27 | 0.71 |
Hex | A0 | BB | C8 | 14 | 6 | 0 | 16 | C8 | 1B | 47 |
Octal | 240 | 273 | 310 | 24 | 6 | 0 | 26 | 310 | 33 | 107 |
Binary | 10100000 | 10111011 | 11001000 | 10100 | 110 | 0 | 10110 | 11001000 | 11011 | 1000111 |
Color Harmonies of #A0BBC8
Complementary color
Monochromatic Colors of #A0BBC8
Black with #A0BBC8
Text Example
Text Example
White with #A0BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBC8; }
p { color: rgb(160,187,200); }
H1.HeaderClassName
{
color: #A0BBC8;
}
.AnyTagClassName
{
color: #A0BBC8;
}
</style>
background-color css
<style>
a { background-color: #A0BBC8; }
a { background-color: rgb(160,187,200); }
div.DivClassName
{
background-color: #A0BBC8;
}
.BgClassName
{
background-color: #A0BBC8;
}
</style>
border-color css
<style>
span { border-color: #A0BBC8; }
span { border-color: rgb(160,187,200); }
td.TdClassName
{
border-color: #A0BBC8;
}
.TagClassName
{
border-color: #A0BBC8;
}
</style>