Shades of Heather #99BACB
Tints of Heather #99BACB
RGB
CMYK
RGB Variations
Color information
#99BACB (or 0x99BACB) is known color: Heather. HEX triplet: 99, BA and CB. RGB value is (153,186,203). Sum of RGB (Red+Green+Blue) = 153+186+203=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #99BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BACB is #664534. Grayscale: #B1B1B1. Windows color (decimal): -6702389 or 13351577. OLE color: 13351577.
HSL color Cylindrical-coordinate representation of color #99BACB: hue angle of 200.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BACB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 186 | 203 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.20 |
| HSL | 200.4º | 0.32% | 0.7% | - |
| HSV(B) | 200.4º | 0.25% | 0.8% | - |
| XYZ | 41.48 | 46.2 | 63.23 | - |
| YUV | 178.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 203 | 0.25 | 0.08 | 0 | 0.20 | 200.4 | 0.32 | 0.7 |
| Hex | 99 | BA | CB | 19 | 8 | 0 | 14 | C8 | 20 | 46 |
| Octal | 231 | 272 | 313 | 31 | 10 | 0 | 24 | 310 | 40 | 106 |
| Binary | 10011001 | 10111010 | 11001011 | 11001 | 1000 | 0 | 10100 | 11001000 | 100000 | 1000110 |
Color Harmonies of #99BACB
Complementary color
Monochromatic Colors of #99BACB
Black with #99BACB
Text Example
Text Example
White with #99BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BACB; }
p { color: rgb(153,186,203); }
H1.HeaderClassName
{
color: #99BACB;
}
.AnyTagClassName
{
color: #99BACB;
}
</style>
background-color css
<style>
a { background-color: #99BACB; }
a { background-color: rgb(153,186,203); }
div.DivClassName
{
background-color: #99BACB;
}
.BgClassName
{
background-color: #99BACB;
}
</style>
border-color css
<style>
span { border-color: #99BACB; }
span { border-color: rgb(153,186,203); }
td.TdClassName
{
border-color: #99BACB;
}
.TagClassName
{
border-color: #99BACB;
}
</style>