Shades of Heather #99BDCA
Tints of Heather #99BDCA
RGB
CMYK
RGB Variations
Color information
#99BDCA (or 0x99BDCA) is known color: Heather. HEX triplet: 99, BD and CA. RGB value is (153,189,202). Sum of RGB (Red+Green+Blue) = 153+189+202=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #99BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDCA is #664235. Grayscale: #B3B3B3. Windows color (decimal): -6701622 or 13286809. OLE color: 13286809.
HSL color Cylindrical-coordinate representation of color #99BDCA: hue angle of 195.92º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BDCA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 189 | 202 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.21 |
| HSL | 195.92º | 0.32% | 0.7% | - |
| HSV(B) | 195.92º | 0.24% | 0.79% | - |
| XYZ | 42 | 47.43 | 62.82 | - |
| YUV | 179.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 202 | 0.24 | 0.06 | 0 | 0.21 | 195.92 | 0.32 | 0.7 |
| Hex | 99 | BD | CA | 18 | 6 | 0 | 15 | C4 | 20 | 46 |
| Octal | 231 | 275 | 312 | 30 | 6 | 0 | 25 | 304 | 40 | 106 |
| Binary | 10011001 | 10111101 | 11001010 | 11000 | 110 | 0 | 10101 | 11000100 | 100000 | 1000110 |
Color Harmonies of #99BDCA
Complementary color
Monochromatic Colors of #99BDCA
Black with #99BDCA
Text Example
Text Example
White with #99BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDCA; }
p { color: rgb(153,189,202); }
H1.HeaderClassName
{
color: #99BDCA;
}
.AnyTagClassName
{
color: #99BDCA;
}
</style>
background-color css
<style>
a { background-color: #99BDCA; }
a { background-color: rgb(153,189,202); }
div.DivClassName
{
background-color: #99BDCA;
}
.BgClassName
{
background-color: #99BDCA;
}
</style>
border-color css
<style>
span { border-color: #99BDCA; }
span { border-color: rgb(153,189,202); }
td.TdClassName
{
border-color: #99BDCA;
}
.TagClassName
{
border-color: #99BDCA;
}
</style>