Shades of Skeptic #99BBAC
Tints of Skeptic #99BBAC
RGB
CMYK
RGB Variations
Color information
#99BBAC (or 0x99BBAC) is known color: Skeptic. HEX triplet: 99, BB and AC. RGB value is (153,187,172). Sum of RGB (Red+Green+Blue) = 153+187+172=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBAC is #664453. Grayscale: #AFAFAF. Windows color (decimal): -6702164 or 11320217. OLE color: 11320217.
HSL color Cylindrical-coordinate representation of color #99BBAC: hue angle of 153.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBAC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 172 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.27 |
| HSL | 153.53º | 0.2% | 0.67% | - |
| HSV(B) | 153.53º | 0.18% | 0.73% | - |
| XYZ | 38.35 | 45.29 | 45.75 | - |
| YUV | 175.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 172 | 0.18 | 0 | 0.08 | 0.27 | 153.53 | 0.2 | 0.67 |
| Hex | 99 | BB | AC | 12 | 0 | 8 | 1B | 9A | 14 | 43 |
| Octal | 231 | 273 | 254 | 22 | 0 | 10 | 33 | 232 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10101100 | 10010 | 0 | 1000 | 11011 | 10011010 | 10100 | 1000011 |
Color Harmonies of #99BBAC
Complementary color
Monochromatic Colors of #99BBAC
Black with #99BBAC
Text Example
Text Example
White with #99BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBAC; }
p { color: rgb(153,187,172); }
H1.HeaderClassName
{
color: #99BBAC;
}
.AnyTagClassName
{
color: #99BBAC;
}
</style>
background-color css
<style>
a { background-color: #99BBAC; }
a { background-color: rgb(153,187,172); }
div.DivClassName
{
background-color: #99BBAC;
}
.BgClassName
{
background-color: #99BBAC;
}
</style>
border-color css
<style>
span { border-color: #99BBAC; }
span { border-color: rgb(153,187,172); }
td.TdClassName
{
border-color: #99BBAC;
}
.TagClassName
{
border-color: #99BBAC;
}
</style>