Shades of Skeptic #99BCA8
Tints of Skeptic #99BCA8
RGB
CMYK
RGB Variations
Color information
#99BCA8 (or 0x99BCA8) is known color: Skeptic. HEX triplet: 99, BC and A8. RGB value is (153,188,168). Sum of RGB (Red+Green+Blue) = 153+188+168=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCA8 is #664357. Grayscale: #AFAFAF. Windows color (decimal): -6701912 or 11058329. OLE color: 11058329.
HSL color Cylindrical-coordinate representation of color #99BCA8: hue angle of 145.71º 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 #99BCA8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 168 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.26 |
| HSL | 145.71º | 0.21% | 0.67% | - |
| HSV(B) | 145.71º | 0.19% | 0.74% | - |
| XYZ | 38.19 | 45.57 | 43.83 | - |
| YUV | 175.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 168 | 0.19 | 0 | 0.11 | 0.26 | 145.71 | 0.21 | 0.67 |
| Hex | 99 | BC | A8 | 13 | 0 | B | 1A | 92 | 15 | 43 |
| Octal | 231 | 274 | 250 | 23 | 0 | 13 | 32 | 222 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10101000 | 10011 | 0 | 1011 | 11010 | 10010010 | 10101 | 1000011 |
Color Harmonies of #99BCA8
Complementary color
Monochromatic Colors of #99BCA8
Black with #99BCA8
Text Example
Text Example
White with #99BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCA8; }
p { color: rgb(153,188,168); }
H1.HeaderClassName
{
color: #99BCA8;
}
.AnyTagClassName
{
color: #99BCA8;
}
</style>
background-color css
<style>
a { background-color: #99BCA8; }
a { background-color: rgb(153,188,168); }
div.DivClassName
{
background-color: #99BCA8;
}
.BgClassName
{
background-color: #99BCA8;
}
</style>
border-color css
<style>
span { border-color: #99BCA8; }
span { border-color: rgb(153,188,168); }
td.TdClassName
{
border-color: #99BCA8;
}
.TagClassName
{
border-color: #99BCA8;
}
</style>