Shades of Skeptic #9BBAA9
Tints of Skeptic #9BBAA9
RGB
CMYK
RGB Variations
Color information
#9BBAA9 (or 0x9BBAA9) is known color: Skeptic. HEX triplet: 9B, BA and A9. RGB value is (155,186,169). Sum of RGB (Red+Green+Blue) = 155+186+169=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAA9 is #644556. Grayscale: #AEAEAE. Windows color (decimal): -6571351 or 11123355. OLE color: 11123355.
HSL color Cylindrical-coordinate representation of color #9BBAA9: hue angle of 147.1º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBAA9 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 169 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.27 |
| HSL | 147.1º | 0.18% | 0.67% | - |
| HSV(B) | 147.1º | 0.17% | 0.73% | - |
| XYZ | 38.24 | 44.95 | 44.2 | - |
| YUV | 174.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 169 | 0.17 | 0 | 0.09 | 0.27 | 147.1 | 0.18 | 0.67 |
| Hex | 9B | BA | A9 | 11 | 0 | 9 | 1B | 93 | 12 | 43 |
| Octal | 233 | 272 | 251 | 21 | 0 | 11 | 33 | 223 | 22 | 103 |
| Binary | 10011011 | 10111010 | 10101001 | 10001 | 0 | 1001 | 11011 | 10010011 | 10010 | 1000011 |
Color Harmonies of #9BBAA9
Complementary color
Monochromatic Colors of #9BBAA9
Black with #9BBAA9
Text Example
Text Example
White with #9BBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAA9; }
p { color: rgb(155,186,169); }
H1.HeaderClassName
{
color: #9BBAA9;
}
.AnyTagClassName
{
color: #9BBAA9;
}
</style>
background-color css
<style>
a { background-color: #9BBAA9; }
a { background-color: rgb(155,186,169); }
div.DivClassName
{
background-color: #9BBAA9;
}
.BgClassName
{
background-color: #9BBAA9;
}
</style>
border-color css
<style>
span { border-color: #9BBAA9; }
span { border-color: rgb(155,186,169); }
td.TdClassName
{
border-color: #9BBAA9;
}
.TagClassName
{
border-color: #9BBAA9;
}
</style>