Shades of Heather #9DBAC6
Tints of Heather #9DBAC6
RGB
CMYK
RGB Variations
Color information
#9DBAC6 (or 0x9DBAC6) is known color: Heather. HEX triplet: 9D, BA and C6. RGB value is (157,186,198). Sum of RGB (Red+Green+Blue) = 157+186+198=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #9DBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAC6 is #624539. Grayscale: #B2B2B2. Windows color (decimal): -6440250 or 13023901. OLE color: 13023901.
HSL color Cylindrical-coordinate representation of color #9DBAC6: hue angle of 197.56º degrees, saturation: 0.26, 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 #9DBAC6 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 186 | 198 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.22 |
| HSL | 197.56º | 0.26% | 0.7% | - |
| HSV(B) | 197.56º | 0.21% | 0.78% | - |
| XYZ | 41.66 | 46.36 | 60.18 | - |
| YUV | 178.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 198 | 0.21 | 0.06 | 0 | 0.22 | 197.56 | 0.26 | 0.7 |
| Hex | 9D | BA | C6 | 15 | 6 | 0 | 16 | C6 | 1A | 46 |
| Octal | 235 | 272 | 306 | 25 | 6 | 0 | 26 | 306 | 32 | 106 |
| Binary | 10011101 | 10111010 | 11000110 | 10101 | 110 | 0 | 10110 | 11000110 | 11010 | 1000110 |
Color Harmonies of #9DBAC6
Complementary color
Monochromatic Colors of #9DBAC6
Black with #9DBAC6
Text Example
Text Example
White with #9DBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAC6; }
p { color: rgb(157,186,198); }
H1.HeaderClassName
{
color: #9DBAC6;
}
.AnyTagClassName
{
color: #9DBAC6;
}
</style>
background-color css
<style>
a { background-color: #9DBAC6; }
a { background-color: rgb(157,186,198); }
div.DivClassName
{
background-color: #9DBAC6;
}
.BgClassName
{
background-color: #9DBAC6;
}
</style>
border-color css
<style>
span { border-color: #9DBAC6; }
span { border-color: rgb(157,186,198); }
td.TdClassName
{
border-color: #9DBAC6;
}
.TagClassName
{
border-color: #9DBAC6;
}
</style>