Shades of Skeptic #9FBAAD
Tints of Skeptic #9FBAAD
RGB
CMYK
RGB Variations
Color information
#9FBAAD (or 0x9FBAAD) is known color: Skeptic. HEX triplet: 9F, BA and AD. RGB value is (159,186,173). Sum of RGB (Red+Green+Blue) = 159+186+173=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAAD is #604552. Grayscale: #B0B0B0. Windows color (decimal): -6309203 or 11385503. OLE color: 11385503.
HSL color Cylindrical-coordinate representation of color #9FBAAD: hue angle of 151.11º degrees, saturation: 0.16, 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 #9FBAAD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 173 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.27 |
| HSL | 151.11º | 0.16% | 0.68% | - |
| HSV(B) | 151.11º | 0.15% | 0.73% | - |
| XYZ | 39.4 | 45.51 | 46.24 | - |
| YUV | 176.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 173 | 0.15 | 0 | 0.07 | 0.27 | 151.11 | 0.16 | 0.68 |
| Hex | 9F | BA | AD | F | 0 | 7 | 1B | 97 | 10 | 44 |
| Octal | 237 | 272 | 255 | 17 | 0 | 7 | 33 | 227 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10101101 | 1111 | 0 | 111 | 11011 | 10010111 | 10000 | 1000100 |
Color Harmonies of #9FBAAD
Complementary color
Monochromatic Colors of #9FBAAD
Black with #9FBAAD
Text Example
Text Example
White with #9FBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAAD; }
p { color: rgb(159,186,173); }
H1.HeaderClassName
{
color: #9FBAAD;
}
.AnyTagClassName
{
color: #9FBAAD;
}
</style>
background-color css
<style>
a { background-color: #9FBAAD; }
a { background-color: rgb(159,186,173); }
div.DivClassName
{
background-color: #9FBAAD;
}
.BgClassName
{
background-color: #9FBAAD;
}
</style>
border-color css
<style>
span { border-color: #9FBAAD; }
span { border-color: rgb(159,186,173); }
td.TdClassName
{
border-color: #9FBAAD;
}
.TagClassName
{
border-color: #9FBAAD;
}
</style>