Shades of Skeptic #99BAA9
Tints of Skeptic #99BAA9
RGB
CMYK
RGB Variations
Color information
#99BAA9 (or 0x99BAA9) is known color: Skeptic. HEX triplet: 99, BA and A9. RGB value is (153,186,169). Sum of RGB (Red+Green+Blue) = 153+186+169=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAA9 is #664556. Grayscale: #AEAEAE. Windows color (decimal): -6702423 or 11123353. OLE color: 11123353.
HSL color Cylindrical-coordinate representation of color #99BAA9: hue angle of 149.09º degrees, saturation: 0.19, 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 #99BAA9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 169 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.27 |
| HSL | 149.09º | 0.19% | 0.66% | - |
| HSV(B) | 149.09º | 0.18% | 0.73% | - |
| XYZ | 37.86 | 44.75 | 44.18 | - |
| YUV | 174.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 169 | 0.18 | 0 | 0.09 | 0.27 | 149.09 | 0.19 | 0.66 |
| Hex | 99 | BA | A9 | 12 | 0 | 9 | 1B | 95 | 13 | 42 |
| Octal | 231 | 272 | 251 | 22 | 0 | 11 | 33 | 225 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10101001 | 10010 | 0 | 1001 | 11011 | 10010101 | 10011 | 1000010 |
Color Harmonies of #99BAA9
Complementary color
Monochromatic Colors of #99BAA9
Black with #99BAA9
Text Example
Text Example
White with #99BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAA9; }
p { color: rgb(153,186,169); }
H1.HeaderClassName
{
color: #99BAA9;
}
.AnyTagClassName
{
color: #99BAA9;
}
</style>
background-color css
<style>
a { background-color: #99BAA9; }
a { background-color: rgb(153,186,169); }
div.DivClassName
{
background-color: #99BAA9;
}
.BgClassName
{
background-color: #99BAA9;
}
</style>
border-color css
<style>
span { border-color: #99BAA9; }
span { border-color: rgb(153,186,169); }
td.TdClassName
{
border-color: #99BAA9;
}
.TagClassName
{
border-color: #99BAA9;
}
</style>