Shades of Skeptic #99BAAC
Tints of Skeptic #99BAAC
RGB
CMYK
RGB Variations
Color information
#99BAAC (or 0x99BAAC) is known color: Skeptic. HEX triplet: 99, BA and AC. RGB value is (153,186,172). Sum of RGB (Red+Green+Blue) = 153+186+172=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAAC is #664553. Grayscale: #AEAEAE. Windows color (decimal): -6702420 or 11319961. OLE color: 11319961.
HSL color Cylindrical-coordinate representation of color #99BAAC: hue angle of 154.55º 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 #99BAAC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 172 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.27 |
| HSL | 154.55º | 0.19% | 0.66% | - |
| HSV(B) | 154.55º | 0.18% | 0.73% | - |
| XYZ | 38.14 | 44.87 | 45.68 | - |
| YUV | 174.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 172 | 0.18 | 0 | 0.08 | 0.27 | 154.55 | 0.19 | 0.66 |
| Hex | 99 | BA | AC | 12 | 0 | 8 | 1B | 9B | 13 | 42 |
| Octal | 231 | 272 | 254 | 22 | 0 | 10 | 33 | 233 | 23 | 102 |
| Binary | 10011001 | 10111010 | 10101100 | 10010 | 0 | 1000 | 11011 | 10011011 | 10011 | 1000010 |
Color Harmonies of #99BAAC
Complementary color
Monochromatic Colors of #99BAAC
Black with #99BAAC
Text Example
Text Example
White with #99BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAAC; }
p { color: rgb(153,186,172); }
H1.HeaderClassName
{
color: #99BAAC;
}
.AnyTagClassName
{
color: #99BAAC;
}
</style>
background-color css
<style>
a { background-color: #99BAAC; }
a { background-color: rgb(153,186,172); }
div.DivClassName
{
background-color: #99BAAC;
}
.BgClassName
{
background-color: #99BAAC;
}
</style>
border-color css
<style>
span { border-color: #99BAAC; }
span { border-color: rgb(153,186,172); }
td.TdClassName
{
border-color: #99BAAC;
}
.TagClassName
{
border-color: #99BAAC;
}
</style>