Shades of Heather #ACBBC9
Tints of Heather #ACBBC9
RGB
CMYK
RGB Variations
Color information
#ACBBC9 (or 0xACBBC9) is known color: Heather. HEX triplet: AC, BB and C9. RGB value is (172,187,201). Sum of RGB (Red+Green+Blue) = 172+187+201=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC9 is #534436. Grayscale: #B8B8B8. Windows color (decimal): -5456951 or 13220780. OLE color: 13220780.
HSL color Cylindrical-coordinate representation of color #ACBBC9: hue angle of 208.97º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBBC9 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 187 | 201 | - |
CMYK | 0.14 | 0.07 | 0 | 0.21 |
HSL | 208.97º | 0.21% | 0.73% | - |
HSV(B) | 208.97º | 0.14% | 0.79% | - |
XYZ | 45.33 | 48.53 | 62.24 | - |
YUV | 184.11 | 137.53 | 119.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 201 | 0.14 | 0.07 | 0 | 0.21 | 208.97 | 0.21 | 0.73 |
Hex | AC | BB | C9 | E | 7 | 0 | 15 | D1 | 15 | 49 |
Octal | 254 | 273 | 311 | 16 | 7 | 0 | 25 | 321 | 25 | 111 |
Binary | 10101100 | 10111011 | 11001001 | 1110 | 111 | 0 | 10101 | 11010001 | 10101 | 1001001 |
Color Harmonies of #ACBBC9
Complementary color
Monochromatic Colors of #ACBBC9
Black with #ACBBC9
Text Example
Text Example
White with #ACBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBC9; }
p { color: rgb(172,187,201); }
H1.HeaderClassName
{
color: #ACBBC9;
}
.AnyTagClassName
{
color: #ACBBC9;
}
</style>
background-color css
<style>
a { background-color: #ACBBC9; }
a { background-color: rgb(172,187,201); }
div.DivClassName
{
background-color: #ACBBC9;
}
.BgClassName
{
background-color: #ACBBC9;
}
</style>
border-color css
<style>
span { border-color: #ACBBC9; }
span { border-color: rgb(172,187,201); }
td.TdClassName
{
border-color: #ACBBC9;
}
.TagClassName
{
border-color: #ACBBC9;
}
</style>