Shades of Skeptic #99BDAC
Tints of Skeptic #99BDAC
RGB
CMYK
RGB Variations
Color information
#99BDAC (or 0x99BDAC) is known color: Skeptic. HEX triplet: 99, BD and AC. RGB value is (153,189,172). Sum of RGB (Red+Green+Blue) = 153+189+172=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BDAC is #664253. Grayscale: #B0B0B0. Windows color (decimal): -6701652 or 11320729. OLE color: 11320729.
HSL color Cylindrical-coordinate representation of color #99BDAC: hue angle of 151.67º 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 #99BDAC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 172 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.26 |
| HSL | 151.67º | 0.21% | 0.67% | - |
| HSV(B) | 151.67º | 0.19% | 0.74% | - |
| XYZ | 38.78 | 46.15 | 45.89 | - |
| YUV | 176.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 172 | 0.19 | 0 | 0.09 | 0.26 | 151.67 | 0.21 | 0.67 |
| Hex | 99 | BD | AC | 13 | 0 | 9 | 1A | 98 | 15 | 43 |
| Octal | 231 | 275 | 254 | 23 | 0 | 11 | 32 | 230 | 25 | 103 |
| Binary | 10011001 | 10111101 | 10101100 | 10011 | 0 | 1001 | 11010 | 10011000 | 10101 | 1000011 |
Color Harmonies of #99BDAC
Complementary color
Monochromatic Colors of #99BDAC
Black with #99BDAC
Text Example
Text Example
White with #99BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDAC; }
p { color: rgb(153,189,172); }
H1.HeaderClassName
{
color: #99BDAC;
}
.AnyTagClassName
{
color: #99BDAC;
}
</style>
background-color css
<style>
a { background-color: #99BDAC; }
a { background-color: rgb(153,189,172); }
div.DivClassName
{
background-color: #99BDAC;
}
.BgClassName
{
background-color: #99BDAC;
}
</style>
border-color css
<style>
span { border-color: #99BDAC; }
span { border-color: rgb(153,189,172); }
td.TdClassName
{
border-color: #99BDAC;
}
.TagClassName
{
border-color: #99BDAC;
}
</style>