Shades of Heather #9DBECC
Tints of Heather #9DBECC
RGB
CMYK
RGB Variations
Color information
#9DBECC (or 0x9DBECC) is known color: Heather. HEX triplet: 9D, BE and CC. RGB value is (157,190,204). Sum of RGB (Red+Green+Blue) = 157+190+204=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECC is #624133. Grayscale: #B5B5B5. Windows color (decimal): -6439220 or 13418141. OLE color: 13418141.
HSL color Cylindrical-coordinate representation of color #9DBECC: hue angle of 197.87º 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 #9DBECC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 190 | 204 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.2 |
| HSL | 197.87º | 0.32% | 0.71% | - |
| HSV(B) | 197.87º | 0.23% | 0.8% | - |
| XYZ | 43.22 | 48.35 | 64.18 | - |
| YUV | 181.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 204 | 0.23 | 0.07 | 0 | 0.2 | 197.87 | 0.32 | 0.71 |
| Hex | 9D | BE | CC | 17 | 7 | 0 | 14 | C6 | 20 | 47 |
| Octal | 235 | 276 | 314 | 27 | 7 | 0 | 24 | 306 | 40 | 107 |
| Binary | 10011101 | 10111110 | 11001100 | 10111 | 111 | 0 | 10100 | 11000110 | 100000 | 1000111 |
Color Harmonies of #9DBECC
Complementary color
Monochromatic Colors of #9DBECC
Black with #9DBECC
Text Example
Text Example
White with #9DBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBECC; }
p { color: rgb(157,190,204); }
H1.HeaderClassName
{
color: #9DBECC;
}
.AnyTagClassName
{
color: #9DBECC;
}
</style>
background-color css
<style>
a { background-color: #9DBECC; }
a { background-color: rgb(157,190,204); }
div.DivClassName
{
background-color: #9DBECC;
}
.BgClassName
{
background-color: #9DBECC;
}
</style>
border-color css
<style>
span { border-color: #9DBECC; }
span { border-color: rgb(157,190,204); }
td.TdClassName
{
border-color: #9DBECC;
}
.TagClassName
{
border-color: #9DBECC;
}
</style>