Shades of Heather #9CBCCC
Tints of Heather #9CBCCC
RGB
CMYK
RGB Variations
Color information
#9CBCCC (or 0x9CBCCC) is known color: Heather. HEX triplet: 9C, BC and CC. RGB value is (156,188,204). Sum of RGB (Red+Green+Blue) = 156+188+204=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCC is #634333. Grayscale: #B4B4B4. Windows color (decimal): -6505268 or 13417628. OLE color: 13417628.
HSL color Cylindrical-coordinate representation of color #9CBCCC: hue angle of 200º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBCCC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 188 | 204 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.2 |
| HSL | 200º | 0.32% | 0.71% | - |
| HSV(B) | 200º | 0.24% | 0.8% | - |
| XYZ | 42.59 | 47.39 | 64.03 | - |
| YUV | 180.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 204 | 0.24 | 0.08 | 0 | 0.2 | 200 | 0.32 | 0.71 |
| Hex | 9C | BC | CC | 18 | 8 | 0 | 14 | C8 | 20 | 47 |
| Octal | 234 | 274 | 314 | 30 | 10 | 0 | 24 | 310 | 40 | 107 |
| Binary | 10011100 | 10111100 | 11001100 | 11000 | 1000 | 0 | 10100 | 11001000 | 100000 | 1000111 |
Color Harmonies of #9CBCCC
Complementary color
Monochromatic Colors of #9CBCCC
Black with #9CBCCC
Text Example
Text Example
White with #9CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCCC; }
p { color: rgb(156,188,204); }
H1.HeaderClassName
{
color: #9CBCCC;
}
.AnyTagClassName
{
color: #9CBCCC;
}
</style>
background-color css
<style>
a { background-color: #9CBCCC; }
a { background-color: rgb(156,188,204); }
div.DivClassName
{
background-color: #9CBCCC;
}
.BgClassName
{
background-color: #9CBCCC;
}
</style>
border-color css
<style>
span { border-color: #9CBCCC; }
span { border-color: rgb(156,188,204); }
td.TdClassName
{
border-color: #9CBCCC;
}
.TagClassName
{
border-color: #9CBCCC;
}
</style>