Shades of Skeptic #98BAA9
Tints of Skeptic #98BAA9
RGB
CMYK
RGB Variations
Color information
#98BAA9 (or 0x98BAA9) is known color: Skeptic. HEX triplet: 98, BA and A9. RGB value is (152,186,169). Sum of RGB (Red+Green+Blue) = 152+186+169=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #98BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BAA9 is #674556. Grayscale: #ADADAD. Windows color (decimal): -6767959 or 11123352. OLE color: 11123352.
HSL color Cylindrical-coordinate representation of color #98BAA9: hue angle of 150º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98BAA9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 169 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.27 |
| HSL | 150º | 0.2% | 0.66% | - |
| HSV(B) | 150º | 0.18% | 0.73% | - |
| XYZ | 37.67 | 44.66 | 44.17 | - |
| YUV | 173.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 169 | 0.18 | 0 | 0.09 | 0.27 | 150 | 0.2 | 0.66 |
| Hex | 98 | BA | A9 | 12 | 0 | 9 | 1B | 96 | 14 | 42 |
| Octal | 230 | 272 | 251 | 22 | 0 | 11 | 33 | 226 | 24 | 102 |
| Binary | 10011000 | 10111010 | 10101001 | 10010 | 0 | 1001 | 11011 | 10010110 | 10100 | 1000010 |
Color Harmonies of #98BAA9
Complementary color
Monochromatic Colors of #98BAA9
Black with #98BAA9
Text Example
Text Example
White with #98BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BAA9; }
p { color: rgb(152,186,169); }
H1.HeaderClassName
{
color: #98BAA9;
}
.AnyTagClassName
{
color: #98BAA9;
}
</style>
background-color css
<style>
a { background-color: #98BAA9; }
a { background-color: rgb(152,186,169); }
div.DivClassName
{
background-color: #98BAA9;
}
.BgClassName
{
background-color: #98BAA9;
}
</style>
border-color css
<style>
span { border-color: #98BAA9; }
span { border-color: rgb(152,186,169); }
td.TdClassName
{
border-color: #98BAA9;
}
.TagClassName
{
border-color: #98BAA9;
}
</style>