Shades of Heather #9FBACB
Tints of Heather #9FBACB
RGB
CMYK
RGB Variations
Color information
#9FBACB (or 0x9FBACB) is known color: Heather. HEX triplet: 9F, BA and CB. RGB value is (159,186,203). Sum of RGB (Red+Green+Blue) = 159+186+203=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBACB is #604534. Grayscale: #B3B3B3. Windows color (decimal): -6309173 or 13351583. OLE color: 13351583.
HSL color Cylindrical-coordinate representation of color #9FBACB: hue angle of 203.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBACB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 186 | 203 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.20 |
| HSL | 203.18º | 0.3% | 0.71% | - |
| HSV(B) | 203.18º | 0.22% | 0.8% | - |
| XYZ | 42.64 | 46.8 | 63.29 | - |
| YUV | 179.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 203 | 0.22 | 0.08 | 0 | 0.20 | 203.18 | 0.3 | 0.71 |
| Hex | 9F | BA | CB | 16 | 8 | 0 | 14 | CB | 1E | 47 |
| Octal | 237 | 272 | 313 | 26 | 10 | 0 | 24 | 313 | 36 | 107 |
| Binary | 10011111 | 10111010 | 11001011 | 10110 | 1000 | 0 | 10100 | 11001011 | 11110 | 1000111 |
Color Harmonies of #9FBACB
Complementary color
Monochromatic Colors of #9FBACB
Black with #9FBACB
Text Example
Text Example
White with #9FBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBACB; }
p { color: rgb(159,186,203); }
H1.HeaderClassName
{
color: #9FBACB;
}
.AnyTagClassName
{
color: #9FBACB;
}
</style>
background-color css
<style>
a { background-color: #9FBACB; }
a { background-color: rgb(159,186,203); }
div.DivClassName
{
background-color: #9FBACB;
}
.BgClassName
{
background-color: #9FBACB;
}
</style>
border-color css
<style>
span { border-color: #9FBACB; }
span { border-color: rgb(159,186,203); }
td.TdClassName
{
border-color: #9FBACB;
}
.TagClassName
{
border-color: #9FBACB;
}
</style>