Shades of Skeptic #99BCAA
Tints of Skeptic #99BCAA
RGB
CMYK
RGB Variations
Color information
#99BCAA (or 0x99BCAA) is known color: Skeptic. HEX triplet: 99, BC and AA. RGB value is (153,188,170). Sum of RGB (Red+Green+Blue) = 153+188+170=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCAA is #664355. Grayscale: #AFAFAF. Windows color (decimal): -6701910 or 11189401. OLE color: 11189401.
HSL color Cylindrical-coordinate representation of color #99BCAA: hue angle of 149.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCAA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 170 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.26 |
| HSL | 149.14º | 0.21% | 0.67% | - |
| HSV(B) | 149.14º | 0.19% | 0.74% | - |
| XYZ | 38.38 | 45.64 | 44.82 | - |
| YUV | 175.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 170 | 0.19 | 0 | 0.10 | 0.26 | 149.14 | 0.21 | 0.67 |
| Hex | 99 | BC | AA | 13 | 0 | A | 1A | 95 | 15 | 43 |
| Octal | 231 | 274 | 252 | 23 | 0 | 12 | 32 | 225 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10101010 | 10011 | 0 | 1010 | 11010 | 10010101 | 10101 | 1000011 |
Color Harmonies of #99BCAA
Complementary color
Monochromatic Colors of #99BCAA
Black with #99BCAA
Text Example
Text Example
White with #99BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCAA; }
p { color: rgb(153,188,170); }
H1.HeaderClassName
{
color: #99BCAA;
}
.AnyTagClassName
{
color: #99BCAA;
}
</style>
background-color css
<style>
a { background-color: #99BCAA; }
a { background-color: rgb(153,188,170); }
div.DivClassName
{
background-color: #99BCAA;
}
.BgClassName
{
background-color: #99BCAA;
}
</style>
border-color css
<style>
span { border-color: #99BCAA; }
span { border-color: rgb(153,188,170); }
td.TdClassName
{
border-color: #99BCAA;
}
.TagClassName
{
border-color: #99BCAA;
}
</style>