Shades of Heather #9DBCCE
Tints of Heather #9DBCCE
RGB
CMYK
RGB Variations
Color information
#9DBCCE (or 0x9DBCCE) is known color: Heather. HEX triplet: 9D, BC and CE. RGB value is (157,188,206). Sum of RGB (Red+Green+Blue) = 157+188+206=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCCE is #624331. Grayscale: #B4B4B4. Windows color (decimal): -6439730 or 13548701. OLE color: 13548701.
HSL color Cylindrical-coordinate representation of color #9DBCCE: hue angle of 202.04º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBCCE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 188 | 206 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.19 |
| HSL | 202.04º | 0.33% | 0.71% | - |
| HSV(B) | 202.04º | 0.24% | 0.81% | - |
| XYZ | 43.03 | 47.59 | 65.31 | - |
| YUV | 180.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 206 | 0.24 | 0.09 | 0 | 0.19 | 202.04 | 0.33 | 0.71 |
| Hex | 9D | BC | CE | 18 | 9 | 0 | 13 | CA | 21 | 47 |
| Octal | 235 | 274 | 316 | 30 | 11 | 0 | 23 | 312 | 41 | 107 |
| Binary | 10011101 | 10111100 | 11001110 | 11000 | 1001 | 0 | 10011 | 11001010 | 100001 | 1000111 |
Color Harmonies of #9DBCCE
Complementary color
Monochromatic Colors of #9DBCCE
Black with #9DBCCE
Text Example
Text Example
White with #9DBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCCE; }
p { color: rgb(157,188,206); }
H1.HeaderClassName
{
color: #9DBCCE;
}
.AnyTagClassName
{
color: #9DBCCE;
}
</style>
background-color css
<style>
a { background-color: #9DBCCE; }
a { background-color: rgb(157,188,206); }
div.DivClassName
{
background-color: #9DBCCE;
}
.BgClassName
{
background-color: #9DBCCE;
}
</style>
border-color css
<style>
span { border-color: #9DBCCE; }
span { border-color: rgb(157,188,206); }
td.TdClassName
{
border-color: #9DBCCE;
}
.TagClassName
{
border-color: #9DBCCE;
}
</style>