Shades of Skeptic #9DBCAB
Tints of Skeptic #9DBCAB
RGB
CMYK
RGB Variations
Color information
#9DBCAB (or 0x9DBCAB) is known color: Skeptic. HEX triplet: 9D, BC and AB. RGB value is (157,188,171). Sum of RGB (Red+Green+Blue) = 157+188+171=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCAB is #624354. Grayscale: #B0B0B0. Windows color (decimal): -6439765 or 11254941. OLE color: 11254941.
HSL color Cylindrical-coordinate representation of color #9DBCAB: hue angle of 147.1º 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 #9DBCAB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 171 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.26 |
| HSL | 147.1º | 0.19% | 0.68% | - |
| HSV(B) | 147.1º | 0.16% | 0.74% | - |
| XYZ | 39.24 | 46.07 | 45.35 | - |
| YUV | 176.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 171 | 0.16 | 0 | 0.09 | 0.26 | 147.1 | 0.19 | 0.68 |
| Hex | 9D | BC | AB | 10 | 0 | 9 | 1A | 93 | 13 | 44 |
| Octal | 235 | 274 | 253 | 20 | 0 | 11 | 32 | 223 | 23 | 104 |
| Binary | 10011101 | 10111100 | 10101011 | 10000 | 0 | 1001 | 11010 | 10010011 | 10011 | 1000100 |
Color Harmonies of #9DBCAB
Complementary color
Monochromatic Colors of #9DBCAB
Black with #9DBCAB
Text Example
Text Example
White with #9DBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCAB; }
p { color: rgb(157,188,171); }
H1.HeaderClassName
{
color: #9DBCAB;
}
.AnyTagClassName
{
color: #9DBCAB;
}
</style>
background-color css
<style>
a { background-color: #9DBCAB; }
a { background-color: rgb(157,188,171); }
div.DivClassName
{
background-color: #9DBCAB;
}
.BgClassName
{
background-color: #9DBCAB;
}
</style>
border-color css
<style>
span { border-color: #9DBCAB; }
span { border-color: rgb(157,188,171); }
td.TdClassName
{
border-color: #9DBCAB;
}
.TagClassName
{
border-color: #9DBCAB;
}
</style>