Shades of Heather #9CBDCB
Tints of Heather #9CBDCB
RGB
CMYK
RGB Variations
Color information
#9CBDCB (or 0x9CBDCB) is known color: Heather. HEX triplet: 9C, BD and CB. RGB value is (156,189,203). Sum of RGB (Red+Green+Blue) = 156+189+203=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDCB is #634234. Grayscale: #B4B4B4. Windows color (decimal): -6505013 or 13352348. OLE color: 13352348.
HSL color Cylindrical-coordinate representation of color #9CBDCB: hue angle of 197.87º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBDCB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 189 | 203 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.20 |
| HSL | 197.87º | 0.31% | 0.7% | - |
| HSV(B) | 197.87º | 0.23% | 0.8% | - |
| XYZ | 42.69 | 47.77 | 63.47 | - |
| YUV | 180.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 203 | 0.23 | 0.07 | 0 | 0.20 | 197.87 | 0.31 | 0.7 |
| Hex | 9C | BD | CB | 17 | 7 | 0 | 14 | C6 | 1F | 46 |
| Octal | 234 | 275 | 313 | 27 | 7 | 0 | 24 | 306 | 37 | 106 |
| Binary | 10011100 | 10111101 | 11001011 | 10111 | 111 | 0 | 10100 | 11000110 | 11111 | 1000110 |
Color Harmonies of #9CBDCB
Complementary color
Monochromatic Colors of #9CBDCB
Black with #9CBDCB
Text Example
Text Example
White with #9CBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDCB; }
p { color: rgb(156,189,203); }
H1.HeaderClassName
{
color: #9CBDCB;
}
.AnyTagClassName
{
color: #9CBDCB;
}
</style>
background-color css
<style>
a { background-color: #9CBDCB; }
a { background-color: rgb(156,189,203); }
div.DivClassName
{
background-color: #9CBDCB;
}
.BgClassName
{
background-color: #9CBDCB;
}
</style>
border-color css
<style>
span { border-color: #9CBDCB; }
span { border-color: rgb(156,189,203); }
td.TdClassName
{
border-color: #9CBDCB;
}
.TagClassName
{
border-color: #9CBDCB;
}
</style>