Shades of Heather #ACC1CB
Tints of Heather #ACC1CB
RGB
CMYK
RGB Variations
Color information
#ACC1CB (or 0xACC1CB) is known color: Heather. HEX triplet: AC, C1 and CB. RGB value is (172,193,203). Sum of RGB (Red+Green+Blue) = 172+193+203=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CB is #533E34. Grayscale: #BBBBBB. Windows color (decimal): -5455413 or 13353388. OLE color: 13353388.
HSL color Cylindrical-coordinate representation of color #ACC1CB: hue angle of 199.35º 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 #ACC1CB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 193 | 203 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.20 |
| HSL | 199.35º | 0.23% | 0.74% | - |
| HSV(B) | 199.35º | 0.15% | 0.8% | - |
| XYZ | 46.86 | 51.22 | 63.92 | - |
| YUV | 187.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 203 | 0.15 | 0.05 | 0 | 0.20 | 199.35 | 0.23 | 0.74 |
| Hex | AC | C1 | CB | F | 5 | 0 | 14 | C7 | 17 | 4A |
| Octal | 254 | 301 | 313 | 17 | 5 | 0 | 24 | 307 | 27 | 112 |
| Binary | 10101100 | 11000001 | 11001011 | 1111 | 101 | 0 | 10100 | 11000111 | 10111 | 1001010 |
Color Harmonies of #ACC1CB
Complementary color
Monochromatic Colors of #ACC1CB
Black with #ACC1CB
Text Example
Text Example
White with #ACC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1CB; }
p { color: rgb(172,193,203); }
H1.HeaderClassName
{
color: #ACC1CB;
}
.AnyTagClassName
{
color: #ACC1CB;
}
</style>
background-color css
<style>
a { background-color: #ACC1CB; }
a { background-color: rgb(172,193,203); }
div.DivClassName
{
background-color: #ACC1CB;
}
.BgClassName
{
background-color: #ACC1CB;
}
</style>
border-color css
<style>
span { border-color: #ACC1CB; }
span { border-color: rgb(172,193,203); }
td.TdClassName
{
border-color: #ACC1CB;
}
.TagClassName
{
border-color: #ACC1CB;
}
</style>