Shades of Heather #9DBBC7
Tints of Heather #9DBBC7
RGB
CMYK
RGB Variations
Color information
#9DBBC7 (or 0x9DBBC7) is known color: Heather. HEX triplet: 9D, BB and C7. RGB value is (157,187,199). Sum of RGB (Red+Green+Blue) = 157+187+199=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 199 - color contains mainly: blue. Hex color #9DBBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBC7 is #624438. Grayscale: #B3B3B3. Windows color (decimal): -6439993 or 13089693. OLE color: 13089693.
HSL color Cylindrical-coordinate representation of color #9DBBC7: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DBBC7 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 187 | 199 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.22 |
| HSL | 197.14º | 0.27% | 0.7% | - |
| HSV(B) | 197.14º | 0.21% | 0.78% | - |
| XYZ | 41.98 | 46.83 | 60.86 | - |
| YUV | 179.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 199 | 0.21 | 0.06 | 0 | 0.22 | 197.14 | 0.27 | 0.7 |
| Hex | 9D | BB | C7 | 15 | 6 | 0 | 16 | C5 | 1B | 46 |
| Octal | 235 | 273 | 307 | 25 | 6 | 0 | 26 | 305 | 33 | 106 |
| Binary | 10011101 | 10111011 | 11000111 | 10101 | 110 | 0 | 10110 | 11000101 | 11011 | 1000110 |
Color Harmonies of #9DBBC7
Complementary color
Monochromatic Colors of #9DBBC7
Black with #9DBBC7
Text Example
Text Example
White with #9DBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBC7; }
p { color: rgb(157,187,199); }
H1.HeaderClassName
{
color: #9DBBC7;
}
.AnyTagClassName
{
color: #9DBBC7;
}
</style>
background-color css
<style>
a { background-color: #9DBBC7; }
a { background-color: rgb(157,187,199); }
div.DivClassName
{
background-color: #9DBBC7;
}
.BgClassName
{
background-color: #9DBBC7;
}
</style>
border-color css
<style>
span { border-color: #9DBBC7; }
span { border-color: rgb(157,187,199); }
td.TdClassName
{
border-color: #9DBBC7;
}
.TagClassName
{
border-color: #9DBBC7;
}
</style>