Shades of Heather #9DBCCD
Tints of Heather #9DBCCD
RGB
CMYK
RGB Variations
Color information
#9DBCCD (or 0x9DBCCD) is known color: Heather. HEX triplet: 9D, BC and CD. RGB value is (157,188,205). Sum of RGB (Red+Green+Blue) = 157+188+205=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCCD is #624332. Grayscale: #B4B4B4. Windows color (decimal): -6439731 or 13483165. OLE color: 13483165.
HSL color Cylindrical-coordinate representation of color #9DBCCD: hue angle of 201.25º 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 #9DBCCD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 188 | 205 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.20 |
| HSL | 201.25º | 0.32% | 0.71% | - |
| HSV(B) | 201.25º | 0.23% | 0.8% | - |
| XYZ | 42.91 | 47.54 | 64.67 | - |
| YUV | 180.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 205 | 0.23 | 0.08 | 0 | 0.20 | 201.25 | 0.32 | 0.71 |
| Hex | 9D | BC | CD | 17 | 8 | 0 | 14 | C9 | 20 | 47 |
| Octal | 235 | 274 | 315 | 27 | 10 | 0 | 24 | 311 | 40 | 107 |
| Binary | 10011101 | 10111100 | 11001101 | 10111 | 1000 | 0 | 10100 | 11001001 | 100000 | 1000111 |
Color Harmonies of #9DBCCD
Complementary color
Monochromatic Colors of #9DBCCD
Black with #9DBCCD
Text Example
Text Example
White with #9DBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCCD; }
p { color: rgb(157,188,205); }
H1.HeaderClassName
{
color: #9DBCCD;
}
.AnyTagClassName
{
color: #9DBCCD;
}
</style>
background-color css
<style>
a { background-color: #9DBCCD; }
a { background-color: rgb(157,188,205); }
div.DivClassName
{
background-color: #9DBCCD;
}
.BgClassName
{
background-color: #9DBCCD;
}
</style>
border-color css
<style>
span { border-color: #9DBCCD; }
span { border-color: rgb(157,188,205); }
td.TdClassName
{
border-color: #9DBCCD;
}
.TagClassName
{
border-color: #9DBCCD;
}
</style>