Shades of Heather #9CBCCE
Tints of Heather #9CBCCE
RGB
CMYK
RGB Variations
Color information
#9CBCCE (or 0x9CBCCE) is known color: Heather. HEX triplet: 9C, BC and CE. RGB value is (156,188,206). Sum of RGB (Red+Green+Blue) = 156+188+206=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCE is #634331. Grayscale: #B4B4B4. Windows color (decimal): -6505266 or 13548700. OLE color: 13548700.
HSL color Cylindrical-coordinate representation of color #9CBCCE: hue angle of 201.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBCCE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 188 | 206 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.19 |
| HSL | 201.6º | 0.34% | 0.71% | - |
| HSV(B) | 201.6º | 0.24% | 0.81% | - |
| XYZ | 42.83 | 47.49 | 65.3 | - |
| YUV | 180.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 206 | 0.24 | 0.09 | 0 | 0.19 | 201.6 | 0.34 | 0.71 |
| Hex | 9C | BC | CE | 18 | 9 | 0 | 13 | CA | 22 | 47 |
| Octal | 234 | 274 | 316 | 30 | 11 | 0 | 23 | 312 | 42 | 107 |
| Binary | 10011100 | 10111100 | 11001110 | 11000 | 1001 | 0 | 10011 | 11001010 | 100010 | 1000111 |
Color Harmonies of #9CBCCE
Complementary color
Monochromatic Colors of #9CBCCE
Black with #9CBCCE
Text Example
Text Example
White with #9CBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCCE; }
p { color: rgb(156,188,206); }
H1.HeaderClassName
{
color: #9CBCCE;
}
.AnyTagClassName
{
color: #9CBCCE;
}
</style>
background-color css
<style>
a { background-color: #9CBCCE; }
a { background-color: rgb(156,188,206); }
div.DivClassName
{
background-color: #9CBCCE;
}
.BgClassName
{
background-color: #9CBCCE;
}
</style>
border-color css
<style>
span { border-color: #9CBCCE; }
span { border-color: rgb(156,188,206); }
td.TdClassName
{
border-color: #9CBCCE;
}
.TagClassName
{
border-color: #9CBCCE;
}
</style>