Shades of Heather #9DBDCB
Tints of Heather #9DBDCB
RGB
CMYK
RGB Variations
Color information
#9DBDCB (or 0x9DBDCB) is known color: Heather. HEX triplet: 9D, BD and CB. RGB value is (157,189,203). Sum of RGB (Red+Green+Blue) = 157+189+203=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 189 (74.22% from 255 or 34.43% 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 #9DBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCB is #624234. Grayscale: #B4B4B4. Windows color (decimal): -6439477 or 13352349. OLE color: 13352349.
HSL color Cylindrical-coordinate representation of color #9DBDCB: hue angle of 198.26º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DBDCB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 189 | 203 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.20 |
| HSL | 198.26º | 0.31% | 0.71% | - |
| HSV(B) | 198.26º | 0.23% | 0.8% | - |
| XYZ | 42.88 | 47.88 | 63.48 | - |
| YUV | 181.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 203 | 0.23 | 0.07 | 0 | 0.20 | 198.26 | 0.31 | 0.71 |
| Hex | 9D | BD | CB | 17 | 7 | 0 | 14 | C6 | 1F | 47 |
| Octal | 235 | 275 | 313 | 27 | 7 | 0 | 24 | 306 | 37 | 107 |
| Binary | 10011101 | 10111101 | 11001011 | 10111 | 111 | 0 | 10100 | 11000110 | 11111 | 1000111 |
Color Harmonies of #9DBDCB
Complementary color
Monochromatic Colors of #9DBDCB
Black with #9DBDCB
Text Example
Text Example
White with #9DBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDCB; }
p { color: rgb(157,189,203); }
H1.HeaderClassName
{
color: #9DBDCB;
}
.AnyTagClassName
{
color: #9DBDCB;
}
</style>
background-color css
<style>
a { background-color: #9DBDCB; }
a { background-color: rgb(157,189,203); }
div.DivClassName
{
background-color: #9DBDCB;
}
.BgClassName
{
background-color: #9DBDCB;
}
</style>
border-color css
<style>
span { border-color: #9DBDCB; }
span { border-color: rgb(157,189,203); }
td.TdClassName
{
border-color: #9DBDCB;
}
.TagClassName
{
border-color: #9DBDCB;
}
</style>