Shades of Heather #99BACC
Tints of Heather #99BACC
RGB
CMYK
RGB Variations
Color information
#99BACC (or 0x99BACC) is known color: Heather. HEX triplet: 99, BA and CC. RGB value is (153,186,204). Sum of RGB (Red+Green+Blue) = 153+186+204=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #99BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BACC is #664533. Grayscale: #B2B2B2. Windows color (decimal): -6702388 or 13417113. OLE color: 13417113.
HSL color Cylindrical-coordinate representation of color #99BACC: hue angle of 201.18º degrees, saturation: 0.33, 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 #99BACC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 186 | 204 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.2 |
| HSL | 201.18º | 0.33% | 0.7% | - |
| HSV(B) | 201.18º | 0.25% | 0.8% | - |
| XYZ | 41.59 | 46.25 | 63.86 | - |
| YUV | 178.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 204 | 0.25 | 0.09 | 0 | 0.2 | 201.18 | 0.33 | 0.7 |
| Hex | 99 | BA | CC | 19 | 9 | 0 | 14 | C9 | 21 | 46 |
| Octal | 231 | 272 | 314 | 31 | 11 | 0 | 24 | 311 | 41 | 106 |
| Binary | 10011001 | 10111010 | 11001100 | 11001 | 1001 | 0 | 10100 | 11001001 | 100001 | 1000110 |
Color Harmonies of #99BACC
Complementary color
Monochromatic Colors of #99BACC
Black with #99BACC
Text Example
Text Example
White with #99BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BACC; }
p { color: rgb(153,186,204); }
H1.HeaderClassName
{
color: #99BACC;
}
.AnyTagClassName
{
color: #99BACC;
}
</style>
background-color css
<style>
a { background-color: #99BACC; }
a { background-color: rgb(153,186,204); }
div.DivClassName
{
background-color: #99BACC;
}
.BgClassName
{
background-color: #99BACC;
}
</style>
border-color css
<style>
span { border-color: #99BACC; }
span { border-color: rgb(153,186,204); }
td.TdClassName
{
border-color: #99BACC;
}
.TagClassName
{
border-color: #99BACC;
}
</style>