Shades of Skeptic #9DBAAC
Tints of Skeptic #9DBAAC
RGB
CMYK
RGB Variations
Color information
#9DBAAC (or 0x9DBAAC) is known color: Skeptic. HEX triplet: 9D, BA and AC. RGB value is (157,186,172). Sum of RGB (Red+Green+Blue) = 157+186+172=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAAC is #624553. Grayscale: #AFAFAF. Windows color (decimal): -6440276 or 11319965. OLE color: 11319965.
HSL color Cylindrical-coordinate representation of color #9DBAAC: hue angle of 151.03º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAAC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 172 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.27 |
| HSL | 151.03º | 0.17% | 0.67% | - |
| HSV(B) | 151.03º | 0.16% | 0.73% | - |
| XYZ | 38.91 | 45.26 | 45.72 | - |
| YUV | 175.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 172 | 0.16 | 0 | 0.08 | 0.27 | 151.03 | 0.17 | 0.67 |
| Hex | 9D | BA | AC | 10 | 0 | 8 | 1B | 97 | 11 | 43 |
| Octal | 235 | 272 | 254 | 20 | 0 | 10 | 33 | 227 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10101100 | 10000 | 0 | 1000 | 11011 | 10010111 | 10001 | 1000011 |
Color Harmonies of #9DBAAC
Complementary color
Monochromatic Colors of #9DBAAC
Black with #9DBAAC
Text Example
Text Example
White with #9DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAAC; }
p { color: rgb(157,186,172); }
H1.HeaderClassName
{
color: #9DBAAC;
}
.AnyTagClassName
{
color: #9DBAAC;
}
</style>
background-color css
<style>
a { background-color: #9DBAAC; }
a { background-color: rgb(157,186,172); }
div.DivClassName
{
background-color: #9DBAAC;
}
.BgClassName
{
background-color: #9DBAAC;
}
</style>
border-color css
<style>
span { border-color: #9DBAAC; }
span { border-color: rgb(157,186,172); }
td.TdClassName
{
border-color: #9DBAAC;
}
.TagClassName
{
border-color: #9DBAAC;
}
</style>