Shades of Heather #99BEC7
Tints of Heather #99BEC7
RGB
CMYK
RGB Variations
Color information
#99BEC7 (or 0x99BEC7) is known color: Heather. HEX triplet: 99, BE and C7. RGB value is (153,190,199). Sum of RGB (Red+Green+Blue) = 153+190+199=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #99BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEC7 is #664138. Grayscale: #B3B3B3. Windows color (decimal): -6701369 or 13090457. OLE color: 13090457.
HSL color Cylindrical-coordinate representation of color #99BEC7: hue angle of 191.74º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99BEC7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 190 | 199 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.22 |
| HSL | 191.74º | 0.29% | 0.69% | - |
| HSV(B) | 191.74º | 0.23% | 0.78% | - |
| XYZ | 41.86 | 47.72 | 61.04 | - |
| YUV | 179.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 199 | 0.23 | 0.05 | 0 | 0.22 | 191.74 | 0.29 | 0.69 |
| Hex | 99 | BE | C7 | 17 | 5 | 0 | 16 | C0 | 1D | 45 |
| Octal | 231 | 276 | 307 | 27 | 5 | 0 | 26 | 300 | 35 | 105 |
| Binary | 10011001 | 10111110 | 11000111 | 10111 | 101 | 0 | 10110 | 11000000 | 11101 | 1000101 |
Color Harmonies of #99BEC7
Complementary color
Monochromatic Colors of #99BEC7
Black with #99BEC7
Text Example
Text Example
White with #99BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEC7; }
p { color: rgb(153,190,199); }
H1.HeaderClassName
{
color: #99BEC7;
}
.AnyTagClassName
{
color: #99BEC7;
}
</style>
background-color css
<style>
a { background-color: #99BEC7; }
a { background-color: rgb(153,190,199); }
div.DivClassName
{
background-color: #99BEC7;
}
.BgClassName
{
background-color: #99BEC7;
}
</style>
border-color css
<style>
span { border-color: #99BEC7; }
span { border-color: rgb(153,190,199); }
td.TdClassName
{
border-color: #99BEC7;
}
.TagClassName
{
border-color: #99BEC7;
}
</style>