Shades of Heather #9CBECB
Tints of Heather #9CBECB
RGB
CMYK
RGB Variations
Color information
#9CBECB (or 0x9CBECB) is known color: Heather. HEX triplet: 9C, BE and CB. RGB value is (156,190,203). Sum of RGB (Red+Green+Blue) = 156+190+203=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBECB is #634134. Grayscale: #B5B5B5. Windows color (decimal): -6504757 or 13352604. OLE color: 13352604.
HSL color Cylindrical-coordinate representation of color #9CBECB: hue angle of 196.6º 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 #9CBECB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 190 | 203 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.20 |
| HSL | 196.6º | 0.31% | 0.7% | - |
| HSV(B) | 196.6º | 0.23% | 0.8% | - |
| XYZ | 42.9 | 48.21 | 63.54 | - |
| YUV | 181.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 203 | 0.23 | 0.06 | 0 | 0.20 | 196.6 | 0.31 | 0.7 |
| Hex | 9C | BE | CB | 17 | 6 | 0 | 14 | C5 | 1F | 46 |
| Octal | 234 | 276 | 313 | 27 | 6 | 0 | 24 | 305 | 37 | 106 |
| Binary | 10011100 | 10111110 | 11001011 | 10111 | 110 | 0 | 10100 | 11000101 | 11111 | 1000110 |
Color Harmonies of #9CBECB
Complementary color
Monochromatic Colors of #9CBECB
Black with #9CBECB
Text Example
Text Example
White with #9CBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBECB; }
p { color: rgb(156,190,203); }
H1.HeaderClassName
{
color: #9CBECB;
}
.AnyTagClassName
{
color: #9CBECB;
}
</style>
background-color css
<style>
a { background-color: #9CBECB; }
a { background-color: rgb(156,190,203); }
div.DivClassName
{
background-color: #9CBECB;
}
.BgClassName
{
background-color: #9CBECB;
}
</style>
border-color css
<style>
span { border-color: #9CBECB; }
span { border-color: rgb(156,190,203); }
td.TdClassName
{
border-color: #9CBECB;
}
.TagClassName
{
border-color: #9CBECB;
}
</style>