Shades of Heather #9DBDC9
Tints of Heather #9DBDC9
RGB
CMYK
RGB Variations
Color information
#9DBDC9 (or 0x9DBDC9) is known color: Heather. HEX triplet: 9D, BD and C9. RGB value is (157,189,201). Sum of RGB (Red+Green+Blue) = 157+189+201=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDC9 is #624236. Grayscale: #B4B4B4. Windows color (decimal): -6439479 or 13221277. OLE color: 13221277.
HSL color Cylindrical-coordinate representation of color #9DBDC9: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBDC9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 157 | 189 | 201 | - |
CMYK | 0.22 | 0.06 | 0 | 0.21 |
HSL | 196.36º | 0.29% | 0.7% | - |
HSV(B) | 196.36º | 0.22% | 0.79% | - |
XYZ | 42.64 | 47.78 | 62.23 | - |
YUV | 180.8 | 139.4 | 111.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 201 | 0.22 | 0.06 | 0 | 0.21 | 196.36 | 0.29 | 0.7 |
Hex | 9D | BD | C9 | 16 | 6 | 0 | 15 | C4 | 1D | 46 |
Octal | 235 | 275 | 311 | 26 | 6 | 0 | 25 | 304 | 35 | 106 |
Binary | 10011101 | 10111101 | 11001001 | 10110 | 110 | 0 | 10101 | 11000100 | 11101 | 1000110 |
Color Harmonies of #9DBDC9
Complementary color
Monochromatic Colors of #9DBDC9
Black with #9DBDC9
Text Example
Text Example
White with #9DBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDC9; }
p { color: rgb(157,189,201); }
H1.HeaderClassName
{
color: #9DBDC9;
}
.AnyTagClassName
{
color: #9DBDC9;
}
</style>
background-color css
<style>
a { background-color: #9DBDC9; }
a { background-color: rgb(157,189,201); }
div.DivClassName
{
background-color: #9DBDC9;
}
.BgClassName
{
background-color: #9DBDC9;
}
</style>
border-color css
<style>
span { border-color: #9DBDC9; }
span { border-color: rgb(157,189,201); }
td.TdClassName
{
border-color: #9DBDC9;
}
.TagClassName
{
border-color: #9DBDC9;
}
</style>