Shades of Heather #9CBDCE
Tints of Heather #9CBDCE
RGB
CMYK
RGB Variations
Color information
#9CBDCE (or 0x9CBDCE) is known color: Heather. HEX triplet: 9C, BD and CE. RGB value is (156,189,206). Sum of RGB (Red+Green+Blue) = 156+189+206=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDCE is #634231. Grayscale: #B4B4B4. Windows color (decimal): -6505010 or 13548956. OLE color: 13548956.
HSL color Cylindrical-coordinate representation of color #9CBDCE: hue angle of 200.4º 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 #9CBDCE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 189 | 206 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.19 |
| HSL | 200.4º | 0.34% | 0.71% | - |
| HSV(B) | 200.4º | 0.24% | 0.81% | - |
| XYZ | 43.05 | 47.92 | 65.37 | - |
| YUV | 181.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 206 | 0.24 | 0.08 | 0 | 0.19 | 200.4 | 0.34 | 0.71 |
| Hex | 9C | BD | CE | 18 | 8 | 0 | 13 | C8 | 22 | 47 |
| Octal | 234 | 275 | 316 | 30 | 10 | 0 | 23 | 310 | 42 | 107 |
| Binary | 10011100 | 10111101 | 11001110 | 11000 | 1000 | 0 | 10011 | 11001000 | 100010 | 1000111 |
Color Harmonies of #9CBDCE
Complementary color
Monochromatic Colors of #9CBDCE
Black with #9CBDCE
Text Example
Text Example
White with #9CBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDCE; }
p { color: rgb(156,189,206); }
H1.HeaderClassName
{
color: #9CBDCE;
}
.AnyTagClassName
{
color: #9CBDCE;
}
</style>
background-color css
<style>
a { background-color: #9CBDCE; }
a { background-color: rgb(156,189,206); }
div.DivClassName
{
background-color: #9CBDCE;
}
.BgClassName
{
background-color: #9CBDCE;
}
</style>
border-color css
<style>
span { border-color: #9CBDCE; }
span { border-color: rgb(156,189,206); }
td.TdClassName
{
border-color: #9CBDCE;
}
.TagClassName
{
border-color: #9CBDCE;
}
</style>