Shades of Skeptic #9FBDAC
Tints of Skeptic #9FBDAC
RGB
CMYK
RGB Variations
Color information
#9FBDAC (or 0x9FBDAC) is known color: Skeptic. HEX triplet: 9F, BD and AC. RGB value is (159,189,172). Sum of RGB (Red+Green+Blue) = 159+189+172=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBDAC is #604253. Grayscale: #B2B2B2. Windows color (decimal): -6308436 or 11320735. OLE color: 11320735.
HSL color Cylindrical-coordinate representation of color #9FBDAC: hue angle of 146º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBDAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 172 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.26 |
| HSL | 146º | 0.19% | 0.68% | - |
| HSV(B) | 146º | 0.16% | 0.74% | - |
| XYZ | 39.94 | 46.74 | 45.95 | - |
| YUV | 178.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 172 | 0.16 | 0 | 0.09 | 0.26 | 146 | 0.19 | 0.68 |
| Hex | 9F | BD | AC | 10 | 0 | 9 | 1A | 92 | 13 | 44 |
| Octal | 237 | 275 | 254 | 20 | 0 | 11 | 32 | 222 | 23 | 104 |
| Binary | 10011111 | 10111101 | 10101100 | 10000 | 0 | 1001 | 11010 | 10010010 | 10011 | 1000100 |
Color Harmonies of #9FBDAC
Complementary color
Monochromatic Colors of #9FBDAC
Black with #9FBDAC
Text Example
Text Example
White with #9FBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDAC; }
p { color: rgb(159,189,172); }
H1.HeaderClassName
{
color: #9FBDAC;
}
.AnyTagClassName
{
color: #9FBDAC;
}
</style>
background-color css
<style>
a { background-color: #9FBDAC; }
a { background-color: rgb(159,189,172); }
div.DivClassName
{
background-color: #9FBDAC;
}
.BgClassName
{
background-color: #9FBDAC;
}
</style>
border-color css
<style>
span { border-color: #9FBDAC; }
span { border-color: rgb(159,189,172); }
td.TdClassName
{
border-color: #9FBDAC;
}
.TagClassName
{
border-color: #9FBDAC;
}
</style>