Shades of Heather #ACBDCB
Tints of Heather #ACBDCB
RGB
CMYK
RGB Variations
Color information
#ACBDCB (or 0xACBDCB) is known color: Heather. HEX triplet: AC, BD and CB. RGB value is (172,189,203). Sum of RGB (Red+Green+Blue) = 172+189+203=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCB is #534234. Grayscale: #B9B9B9. Windows color (decimal): -5456437 or 13352364. OLE color: 13352364.
HSL color Cylindrical-coordinate representation of color #ACBDCB: hue angle of 207.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBDCB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 189 | 203 | - |
CMYK | 0.15 | 0.07 | 0 | 0.20 |
HSL | 207.1º | 0.23% | 0.74% | - |
HSV(B) | 207.1º | 0.15% | 0.8% | - |
XYZ | 45.99 | 49.48 | 63.63 | - |
YUV | 185.51 | 137.87 | 118.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 203 | 0.15 | 0.07 | 0 | 0.20 | 207.1 | 0.23 | 0.74 |
Hex | AC | BD | CB | F | 7 | 0 | 14 | CF | 17 | 4A |
Octal | 254 | 275 | 313 | 17 | 7 | 0 | 24 | 317 | 27 | 112 |
Binary | 10101100 | 10111101 | 11001011 | 1111 | 111 | 0 | 10100 | 11001111 | 10111 | 1001010 |
Color Harmonies of #ACBDCB
Complementary color
Monochromatic Colors of #ACBDCB
Black with #ACBDCB
Text Example
Text Example
White with #ACBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDCB; }
p { color: rgb(172,189,203); }
H1.HeaderClassName
{
color: #ACBDCB;
}
.AnyTagClassName
{
color: #ACBDCB;
}
</style>
background-color css
<style>
a { background-color: #ACBDCB; }
a { background-color: rgb(172,189,203); }
div.DivClassName
{
background-color: #ACBDCB;
}
.BgClassName
{
background-color: #ACBDCB;
}
</style>
border-color css
<style>
span { border-color: #ACBDCB; }
span { border-color: rgb(172,189,203); }
td.TdClassName
{
border-color: #ACBDCB;
}
.TagClassName
{
border-color: #ACBDCB;
}
</style>