Shades of Heather #9FBCC4
Tints of Heather #9FBCC4
RGB
CMYK
RGB Variations
Color information
#9FBCC4 (or 0x9FBCC4) is known color: Heather. HEX triplet: 9F, BC and C4. RGB value is (159,188,196). Sum of RGB (Red+Green+Blue) = 159+188+196=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #9FBCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCC4 is #60433B. Grayscale: #B4B4B4. Windows color (decimal): -6308668 or 12893343. OLE color: 12893343.
HSL color Cylindrical-coordinate representation of color #9FBCC4: hue angle of 192.97º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBCC4 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 188 | 196 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.23 |
| HSL | 192.97º | 0.24% | 0.7% | - |
| HSV(B) | 192.97º | 0.19% | 0.77% | - |
| XYZ | 42.25 | 47.32 | 59.13 | - |
| YUV | 180.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 196 | 0.19 | 0.04 | 0 | 0.23 | 192.97 | 0.24 | 0.7 |
| Hex | 9F | BC | C4 | 13 | 4 | 0 | 17 | C1 | 18 | 46 |
| Octal | 237 | 274 | 304 | 23 | 4 | 0 | 27 | 301 | 30 | 106 |
| Binary | 10011111 | 10111100 | 11000100 | 10011 | 100 | 0 | 10111 | 11000001 | 11000 | 1000110 |
Color Harmonies of #9FBCC4
Complementary color
Monochromatic Colors of #9FBCC4
Black with #9FBCC4
Text Example
Text Example
White with #9FBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCC4; }
p { color: rgb(159,188,196); }
H1.HeaderClassName
{
color: #9FBCC4;
}
.AnyTagClassName
{
color: #9FBCC4;
}
</style>
background-color css
<style>
a { background-color: #9FBCC4; }
a { background-color: rgb(159,188,196); }
div.DivClassName
{
background-color: #9FBCC4;
}
.BgClassName
{
background-color: #9FBCC4;
}
</style>
border-color css
<style>
span { border-color: #9FBCC4; }
span { border-color: rgb(159,188,196); }
td.TdClassName
{
border-color: #9FBCC4;
}
.TagClassName
{
border-color: #9FBCC4;
}
</style>