Shades of Heather #ACBFCB
Tints of Heather #ACBFCB
RGB
CMYK
RGB Variations
Color information
#ACBFCB (or 0xACBFCB) is known color: Heather. HEX triplet: AC, BF and CB. RGB value is (172,191,203). Sum of RGB (Red+Green+Blue) = 172+191+203=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCB is #534034. Grayscale: #BABABA. Windows color (decimal): -5455925 or 13352876. OLE color: 13352876.
HSL color Cylindrical-coordinate representation of color #ACBFCB: hue angle of 203.23º 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 #ACBFCB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 191 | 203 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.20 |
| HSL | 203.23º | 0.23% | 0.74% | - |
| HSV(B) | 203.23º | 0.15% | 0.8% | - |
| XYZ | 46.42 | 50.34 | 63.77 | - |
| YUV | 186.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 203 | 0.15 | 0.06 | 0 | 0.20 | 203.23 | 0.23 | 0.74 |
| Hex | AC | BF | CB | F | 6 | 0 | 14 | CB | 17 | 4A |
| Octal | 254 | 277 | 313 | 17 | 6 | 0 | 24 | 313 | 27 | 112 |
| Binary | 10101100 | 10111111 | 11001011 | 1111 | 110 | 0 | 10100 | 11001011 | 10111 | 1001010 |
Color Harmonies of #ACBFCB
Complementary color
Monochromatic Colors of #ACBFCB
Black with #ACBFCB
Text Example
Text Example
White with #ACBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBFCB; }
p { color: rgb(172,191,203); }
H1.HeaderClassName
{
color: #ACBFCB;
}
.AnyTagClassName
{
color: #ACBFCB;
}
</style>
background-color css
<style>
a { background-color: #ACBFCB; }
a { background-color: rgb(172,191,203); }
div.DivClassName
{
background-color: #ACBFCB;
}
.BgClassName
{
background-color: #ACBFCB;
}
</style>
border-color css
<style>
span { border-color: #ACBFCB; }
span { border-color: rgb(172,191,203); }
td.TdClassName
{
border-color: #ACBFCB;
}
.TagClassName
{
border-color: #ACBFCB;
}
</style>