Shades of Heather #9DBFCA
Tints of Heather #9DBFCA
RGB
CMYK
RGB Variations
Color information
#9DBFCA (or 0x9DBFCA) is known color: Heather. HEX triplet: 9D, BF and CA. RGB value is (157,191,202). Sum of RGB (Red+Green+Blue) = 157+191+202=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DBFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFCA is #624035. Grayscale: #B6B6B6. Windows color (decimal): -6438966 or 13287325. OLE color: 13287325.
HSL color Cylindrical-coordinate representation of color #9DBFCA: hue angle of 194.67º degrees, saturation: 0.3, 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 #9DBFCA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 191 | 202 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.21 |
| HSL | 194.67º | 0.3% | 0.7% | - |
| HSV(B) | 194.67º | 0.22% | 0.79% | - |
| XYZ | 43.2 | 48.69 | 63 | - |
| YUV | 182.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 202 | 0.22 | 0.05 | 0 | 0.21 | 194.67 | 0.3 | 0.7 |
| Hex | 9D | BF | CA | 16 | 5 | 0 | 15 | C3 | 1E | 46 |
| Octal | 235 | 277 | 312 | 26 | 5 | 0 | 25 | 303 | 36 | 106 |
| Binary | 10011101 | 10111111 | 11001010 | 10110 | 101 | 0 | 10101 | 11000011 | 11110 | 1000110 |
Color Harmonies of #9DBFCA
Complementary color
Monochromatic Colors of #9DBFCA
Black with #9DBFCA
Text Example
Text Example
White with #9DBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFCA; }
p { color: rgb(157,191,202); }
H1.HeaderClassName
{
color: #9DBFCA;
}
.AnyTagClassName
{
color: #9DBFCA;
}
</style>
background-color css
<style>
a { background-color: #9DBFCA; }
a { background-color: rgb(157,191,202); }
div.DivClassName
{
background-color: #9DBFCA;
}
.BgClassName
{
background-color: #9DBFCA;
}
</style>
border-color css
<style>
span { border-color: #9DBFCA; }
span { border-color: rgb(157,191,202); }
td.TdClassName
{
border-color: #9DBFCA;
}
.TagClassName
{
border-color: #9DBFCA;
}
</style>