Shades of Heather #98BCC9
Tints of Heather #98BCC9
RGB
CMYK
RGB Variations
Color information
#98BCC9 (or 0x98BCC9) is known color: Heather. HEX triplet: 98, BC and C9. RGB value is (152,188,201). Sum of RGB (Red+Green+Blue) = 152+188+201=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #98BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCC9 is #674336. Grayscale: #B2B2B2. Windows color (decimal): -6767415 or 13221016. OLE color: 13221016.
HSL color Cylindrical-coordinate representation of color #98BCC9: hue angle of 195.92º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BCC9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 188 | 201 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.21 |
| HSL | 195.92º | 0.31% | 0.69% | - |
| HSV(B) | 195.92º | 0.24% | 0.79% | - |
| XYZ | 41.47 | 46.86 | 62.12 | - |
| YUV | 178.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 201 | 0.24 | 0.06 | 0 | 0.21 | 195.92 | 0.31 | 0.69 |
| Hex | 98 | BC | C9 | 18 | 6 | 0 | 15 | C4 | 1F | 45 |
| Octal | 230 | 274 | 311 | 30 | 6 | 0 | 25 | 304 | 37 | 105 |
| Binary | 10011000 | 10111100 | 11001001 | 11000 | 110 | 0 | 10101 | 11000100 | 11111 | 1000101 |
Color Harmonies of #98BCC9
Complementary color
Monochromatic Colors of #98BCC9
Black with #98BCC9
Text Example
Text Example
White with #98BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCC9; }
p { color: rgb(152,188,201); }
H1.HeaderClassName
{
color: #98BCC9;
}
.AnyTagClassName
{
color: #98BCC9;
}
</style>
background-color css
<style>
a { background-color: #98BCC9; }
a { background-color: rgb(152,188,201); }
div.DivClassName
{
background-color: #98BCC9;
}
.BgClassName
{
background-color: #98BCC9;
}
</style>
border-color css
<style>
span { border-color: #98BCC9; }
span { border-color: rgb(152,188,201); }
td.TdClassName
{
border-color: #98BCC9;
}
.TagClassName
{
border-color: #98BCC9;
}
</style>