Shades of Skeptic #9DBCAD
Tints of Skeptic #9DBCAD
RGB
CMYK
RGB Variations
Color information
#9DBCAD (or 0x9DBCAD) is known color: Skeptic. HEX triplet: 9D, BC and AD. RGB value is (157,188,173). Sum of RGB (Red+Green+Blue) = 157+188+173=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBCAD is #624352. Grayscale: #B1B1B1. Windows color (decimal): -6439763 or 11386013. OLE color: 11386013.
HSL color Cylindrical-coordinate representation of color #9DBCAD: hue angle of 150.97º 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 #9DBCAD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 173 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.26 |
| HSL | 150.97º | 0.19% | 0.68% | - |
| HSV(B) | 150.97º | 0.16% | 0.74% | - |
| XYZ | 39.43 | 46.15 | 46.37 | - |
| YUV | 177.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 173 | 0.16 | 0 | 0.08 | 0.26 | 150.97 | 0.19 | 0.68 |
| Hex | 9D | BC | AD | 10 | 0 | 8 | 1A | 97 | 13 | 44 |
| Octal | 235 | 274 | 255 | 20 | 0 | 10 | 32 | 227 | 23 | 104 |
| Binary | 10011101 | 10111100 | 10101101 | 10000 | 0 | 1000 | 11010 | 10010111 | 10011 | 1000100 |
Color Harmonies of #9DBCAD
Complementary color
Monochromatic Colors of #9DBCAD
Black with #9DBCAD
Text Example
Text Example
White with #9DBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCAD; }
p { color: rgb(157,188,173); }
H1.HeaderClassName
{
color: #9DBCAD;
}
.AnyTagClassName
{
color: #9DBCAD;
}
</style>
background-color css
<style>
a { background-color: #9DBCAD; }
a { background-color: rgb(157,188,173); }
div.DivClassName
{
background-color: #9DBCAD;
}
.BgClassName
{
background-color: #9DBCAD;
}
</style>
border-color css
<style>
span { border-color: #9DBCAD; }
span { border-color: rgb(157,188,173); }
td.TdClassName
{
border-color: #9DBCAD;
}
.TagClassName
{
border-color: #9DBCAD;
}
</style>