Shades of Heather #9DBACC
Tints of Heather #9DBACC
RGB
CMYK
RGB Variations
Color information
#9DBACC (or 0x9DBACC) is known color: Heather. HEX triplet: 9D, BA and CC. RGB value is (157,186,204). Sum of RGB (Red+Green+Blue) = 157+186+204=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBACC is #624533. Grayscale: #B3B3B3. Windows color (decimal): -6440244 or 13417117. OLE color: 13417117.
HSL color Cylindrical-coordinate representation of color #9DBACC: hue angle of 202.98º 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 #9DBACC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 186 | 204 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.2 |
| HSL | 202.98º | 0.32% | 0.71% | - |
| HSV(B) | 202.98º | 0.23% | 0.8% | - |
| XYZ | 42.36 | 46.65 | 63.9 | - |
| YUV | 179.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 204 | 0.23 | 0.09 | 0 | 0.2 | 202.98 | 0.32 | 0.71 |
| Hex | 9D | BA | CC | 17 | 9 | 0 | 14 | CB | 20 | 47 |
| Octal | 235 | 272 | 314 | 27 | 11 | 0 | 24 | 313 | 40 | 107 |
| Binary | 10011101 | 10111010 | 11001100 | 10111 | 1001 | 0 | 10100 | 11001011 | 100000 | 1000111 |
Color Harmonies of #9DBACC
Complementary color
Monochromatic Colors of #9DBACC
Black with #9DBACC
Text Example
Text Example
White with #9DBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBACC; }
p { color: rgb(157,186,204); }
H1.HeaderClassName
{
color: #9DBACC;
}
.AnyTagClassName
{
color: #9DBACC;
}
</style>
background-color css
<style>
a { background-color: #9DBACC; }
a { background-color: rgb(157,186,204); }
div.DivClassName
{
background-color: #9DBACC;
}
.BgClassName
{
background-color: #9DBACC;
}
</style>
border-color css
<style>
span { border-color: #9DBACC; }
span { border-color: rgb(157,186,204); }
td.TdClassName
{
border-color: #9DBACC;
}
.TagClassName
{
border-color: #9DBACC;
}
</style>