Shades of Heather #98BACB
Tints of Heather #98BACB
RGB
CMYK
RGB Variations
Color information
#98BACB (or 0x98BACB) is known color: Heather. HEX triplet: 98, BA and CB. RGB value is (152,186,203). Sum of RGB (Red+Green+Blue) = 152+186+203=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #98BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BACB is #674534. Grayscale: #B1B1B1. Windows color (decimal): -6767925 or 13351576. OLE color: 13351576.
HSL color Cylindrical-coordinate representation of color #98BACB: hue angle of 200º 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 #98BACB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 186 | 203 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.20 |
| HSL | 200º | 0.33% | 0.7% | - |
| HSV(B) | 200º | 0.25% | 0.8% | - |
| XYZ | 41.29 | 46.11 | 63.22 | - |
| YUV | 177.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 203 | 0.25 | 0.08 | 0 | 0.20 | 200 | 0.33 | 0.7 |
| Hex | 98 | BA | CB | 19 | 8 | 0 | 14 | C8 | 21 | 46 |
| Octal | 230 | 272 | 313 | 31 | 10 | 0 | 24 | 310 | 41 | 106 |
| Binary | 10011000 | 10111010 | 11001011 | 11001 | 1000 | 0 | 10100 | 11001000 | 100001 | 1000110 |
Color Harmonies of #98BACB
Complementary color
Monochromatic Colors of #98BACB
Black with #98BACB
Text Example
Text Example
White with #98BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BACB; }
p { color: rgb(152,186,203); }
H1.HeaderClassName
{
color: #98BACB;
}
.AnyTagClassName
{
color: #98BACB;
}
</style>
background-color css
<style>
a { background-color: #98BACB; }
a { background-color: rgb(152,186,203); }
div.DivClassName
{
background-color: #98BACB;
}
.BgClassName
{
background-color: #98BACB;
}
</style>
border-color css
<style>
span { border-color: #98BACB; }
span { border-color: rgb(152,186,203); }
td.TdClassName
{
border-color: #98BACB;
}
.TagClassName
{
border-color: #98BACB;
}
</style>