Shades of Skeptic #9FBBAC
Tints of Skeptic #9FBBAC
RGB
CMYK
RGB Variations
Color information
#9FBBAC (or 0x9FBBAC) is known color: Skeptic. HEX triplet: 9F, BB and AC. RGB value is (159,187,172). Sum of RGB (Red+Green+Blue) = 159+187+172=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAC is #604453. Grayscale: #B0B0B0. Windows color (decimal): -6308948 or 11320223. OLE color: 11320223.
HSL color Cylindrical-coordinate representation of color #9FBBAC: hue angle of 147.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBAC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 172 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.27 |
| HSL | 147.86º | 0.17% | 0.68% | - |
| HSV(B) | 147.86º | 0.15% | 0.73% | - |
| XYZ | 39.51 | 45.89 | 45.8 | - |
| YUV | 176.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 172 | 0.15 | 0 | 0.08 | 0.27 | 147.86 | 0.17 | 0.68 |
| Hex | 9F | BB | AC | F | 0 | 8 | 1B | 94 | 11 | 44 |
| Octal | 237 | 273 | 254 | 17 | 0 | 10 | 33 | 224 | 21 | 104 |
| Binary | 10011111 | 10111011 | 10101100 | 1111 | 0 | 1000 | 11011 | 10010100 | 10001 | 1000100 |
Color Harmonies of #9FBBAC
Complementary color
Monochromatic Colors of #9FBBAC
Black with #9FBBAC
Text Example
Text Example
White with #9FBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBAC; }
p { color: rgb(159,187,172); }
H1.HeaderClassName
{
color: #9FBBAC;
}
.AnyTagClassName
{
color: #9FBBAC;
}
</style>
background-color css
<style>
a { background-color: #9FBBAC; }
a { background-color: rgb(159,187,172); }
div.DivClassName
{
background-color: #9FBBAC;
}
.BgClassName
{
background-color: #9FBBAC;
}
</style>
border-color css
<style>
span { border-color: #9FBBAC; }
span { border-color: rgb(159,187,172); }
td.TdClassName
{
border-color: #9FBBAC;
}
.TagClassName
{
border-color: #9FBBAC;
}
</style>