Shades of Heather #9DBDCC
Tints of Heather #9DBDCC
RGB
CMYK
RGB Variations
Color information
#9DBDCC (or 0x9DBDCC) is known color: Heather. HEX triplet: 9D, BD and CC. RGB value is (157,189,204). Sum of RGB (Red+Green+Blue) = 157+189+204=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCC is #624233. Grayscale: #B5B5B5. Windows color (decimal): -6439476 or 13417885. OLE color: 13417885.
HSL color Cylindrical-coordinate representation of color #9DBDCC: hue angle of 199.15º degrees, saturation: 0.32, 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 #9DBDCC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 189 | 204 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.2 |
| HSL | 199.15º | 0.32% | 0.71% | - |
| HSV(B) | 199.15º | 0.23% | 0.8% | - |
| XYZ | 43 | 47.92 | 64.11 | - |
| YUV | 181.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 204 | 0.23 | 0.07 | 0 | 0.2 | 199.15 | 0.32 | 0.71 |
| Hex | 9D | BD | CC | 17 | 7 | 0 | 14 | C7 | 20 | 47 |
| Octal | 235 | 275 | 314 | 27 | 7 | 0 | 24 | 307 | 40 | 107 |
| Binary | 10011101 | 10111101 | 11001100 | 10111 | 111 | 0 | 10100 | 11000111 | 100000 | 1000111 |
Color Harmonies of #9DBDCC
Complementary color
Monochromatic Colors of #9DBDCC
Black with #9DBDCC
Text Example
Text Example
White with #9DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDCC; }
p { color: rgb(157,189,204); }
H1.HeaderClassName
{
color: #9DBDCC;
}
.AnyTagClassName
{
color: #9DBDCC;
}
</style>
background-color css
<style>
a { background-color: #9DBDCC; }
a { background-color: rgb(157,189,204); }
div.DivClassName
{
background-color: #9DBDCC;
}
.BgClassName
{
background-color: #9DBDCC;
}
</style>
border-color css
<style>
span { border-color: #9DBDCC; }
span { border-color: rgb(157,189,204); }
td.TdClassName
{
border-color: #9DBDCC;
}
.TagClassName
{
border-color: #9DBDCC;
}
</style>