Shades of Skeptic #9BBDA9
Tints of Skeptic #9BBDA9
RGB
CMYK
RGB Variations
Color information
#9BBDA9 (or 0x9BBDA9) is known color: Skeptic. HEX triplet: 9B, BD and A9. RGB value is (155,189,169). Sum of RGB (Red+Green+Blue) = 155+189+169=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDA9 is #644256. Grayscale: #B0B0B0. Windows color (decimal): -6570583 or 11124123. OLE color: 11124123.
HSL color Cylindrical-coordinate representation of color #9BBDA9: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDA9 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 169 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.26 |
| HSL | 144.71º | 0.2% | 0.67% | - |
| HSV(B) | 144.71º | 0.18% | 0.74% | - |
| XYZ | 38.88 | 46.23 | 44.41 | - |
| YUV | 176.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 169 | 0.18 | 0 | 0.11 | 0.26 | 144.71 | 0.2 | 0.67 |
| Hex | 9B | BD | A9 | 12 | 0 | B | 1A | 91 | 14 | 43 |
| Octal | 233 | 275 | 251 | 22 | 0 | 13 | 32 | 221 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10101001 | 10010 | 0 | 1011 | 11010 | 10010001 | 10100 | 1000011 |
Color Harmonies of #9BBDA9
Complementary color
Monochromatic Colors of #9BBDA9
Black with #9BBDA9
Text Example
Text Example
White with #9BBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDA9; }
p { color: rgb(155,189,169); }
H1.HeaderClassName
{
color: #9BBDA9;
}
.AnyTagClassName
{
color: #9BBDA9;
}
</style>
background-color css
<style>
a { background-color: #9BBDA9; }
a { background-color: rgb(155,189,169); }
div.DivClassName
{
background-color: #9BBDA9;
}
.BgClassName
{
background-color: #9BBDA9;
}
</style>
border-color css
<style>
span { border-color: #9BBDA9; }
span { border-color: rgb(155,189,169); }
td.TdClassName
{
border-color: #9BBDA9;
}
.TagClassName
{
border-color: #9BBDA9;
}
</style>