Shades of Heather #ACBECC
Tints of Heather #ACBECC
RGB
CMYK
RGB Variations
Color information
#ACBECC (or 0xACBECC) is known color: Heather. HEX triplet: AC, BE and CC. RGB value is (172,190,204). Sum of RGB (Red+Green+Blue) = 172+190+204=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBECC is #534133. Grayscale: #BABABA. Windows color (decimal): -5456180 or 13418156. OLE color: 13418156.
HSL color Cylindrical-coordinate representation of color #ACBECC: hue angle of 206.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBECC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 190 | 204 | - |
CMYK | 0.16 | 0.07 | 0 | 0.2 |
HSL | 206.25º | 0.24% | 0.74% | - |
HSV(B) | 206.25º | 0.16% | 0.8% | - |
XYZ | 46.33 | 49.96 | 64.33 | - |
YUV | 186.21 | 138.04 | 117.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 204 | 0.16 | 0.07 | 0 | 0.2 | 206.25 | 0.24 | 0.74 |
Hex | AC | BE | CC | 10 | 7 | 0 | 14 | CE | 18 | 4A |
Octal | 254 | 276 | 314 | 20 | 7 | 0 | 24 | 316 | 30 | 112 |
Binary | 10101100 | 10111110 | 11001100 | 10000 | 111 | 0 | 10100 | 11001110 | 11000 | 1001010 |
Color Harmonies of #ACBECC
Complementary color
Monochromatic Colors of #ACBECC
Black with #ACBECC
Text Example
Text Example
White with #ACBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBECC; }
p { color: rgb(172,190,204); }
H1.HeaderClassName
{
color: #ACBECC;
}
.AnyTagClassName
{
color: #ACBECC;
}
</style>
background-color css
<style>
a { background-color: #ACBECC; }
a { background-color: rgb(172,190,204); }
div.DivClassName
{
background-color: #ACBECC;
}
.BgClassName
{
background-color: #ACBECC;
}
</style>
border-color css
<style>
span { border-color: #ACBECC; }
span { border-color: rgb(172,190,204); }
td.TdClassName
{
border-color: #ACBECC;
}
.TagClassName
{
border-color: #ACBECC;
}
</style>