Shades of Skeptic #98BBA9
Tints of Skeptic #98BBA9
RGB
CMYK
RGB Variations
Color information
#98BBA9 (or 0x98BBA9) is known color: Skeptic. HEX triplet: 98, BB and A9. RGB value is (152,187,169). Sum of RGB (Red+Green+Blue) = 152+187+169=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #98BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BBA9 is #674456. Grayscale: #AEAEAE. Windows color (decimal): -6767703 or 11123608. OLE color: 11123608.
HSL color Cylindrical-coordinate representation of color #98BBA9: hue angle of 149.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BBA9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 169 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.27 |
| HSL | 149.14º | 0.2% | 0.66% | - |
| HSV(B) | 149.14º | 0.19% | 0.73% | - |
| XYZ | 37.88 | 45.08 | 44.24 | - |
| YUV | 174.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 169 | 0.19 | 0 | 0.10 | 0.27 | 149.14 | 0.2 | 0.66 |
| Hex | 98 | BB | A9 | 13 | 0 | A | 1B | 95 | 14 | 42 |
| Octal | 230 | 273 | 251 | 23 | 0 | 12 | 33 | 225 | 24 | 102 |
| Binary | 10011000 | 10111011 | 10101001 | 10011 | 0 | 1010 | 11011 | 10010101 | 10100 | 1000010 |
Color Harmonies of #98BBA9
Complementary color
Monochromatic Colors of #98BBA9
Black with #98BBA9
Text Example
Text Example
White with #98BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBA9; }
p { color: rgb(152,187,169); }
H1.HeaderClassName
{
color: #98BBA9;
}
.AnyTagClassName
{
color: #98BBA9;
}
</style>
background-color css
<style>
a { background-color: #98BBA9; }
a { background-color: rgb(152,187,169); }
div.DivClassName
{
background-color: #98BBA9;
}
.BgClassName
{
background-color: #98BBA9;
}
</style>
border-color css
<style>
span { border-color: #98BBA9; }
span { border-color: rgb(152,187,169); }
td.TdClassName
{
border-color: #98BBA9;
}
.TagClassName
{
border-color: #98BBA9;
}
</style>