Shades of Skeptic #9CBCB0
Tints of Skeptic #9CBCB0
RGB
CMYK
RGB Variations
Color information
#9CBCB0 (or 0x9CBCB0) is known color: Skeptic. HEX triplet: 9C, BC and B0. RGB value is (156,188,176). Sum of RGB (Red+Green+Blue) = 156+188+176=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCB0 is #63434F. Grayscale: #B1B1B1. Windows color (decimal): -6505296 or 11582620. OLE color: 11582620.
HSL color Cylindrical-coordinate representation of color #9CBCB0: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCB0 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 176 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.26 |
| HSL | 157.5º | 0.19% | 0.67% | - |
| HSV(B) | 157.5º | 0.17% | 0.74% | - |
| XYZ | 39.53 | 46.17 | 47.9 | - |
| YUV | 177.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 176 | 0.17 | 0 | 0.06 | 0.26 | 157.5 | 0.19 | 0.67 |
| Hex | 9C | BC | B0 | 11 | 0 | 6 | 1A | 9E | 13 | 43 |
| Octal | 234 | 274 | 260 | 21 | 0 | 6 | 32 | 236 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10110000 | 10001 | 0 | 110 | 11010 | 10011110 | 10011 | 1000011 |
Color Harmonies of #9CBCB0
Complementary color
Monochromatic Colors of #9CBCB0
Black with #9CBCB0
Text Example
Text Example
White with #9CBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCB0; }
p { color: rgb(156,188,176); }
H1.HeaderClassName
{
color: #9CBCB0;
}
.AnyTagClassName
{
color: #9CBCB0;
}
</style>
background-color css
<style>
a { background-color: #9CBCB0; }
a { background-color: rgb(156,188,176); }
div.DivClassName
{
background-color: #9CBCB0;
}
.BgClassName
{
background-color: #9CBCB0;
}
</style>
border-color css
<style>
span { border-color: #9CBCB0; }
span { border-color: rgb(156,188,176); }
td.TdClassName
{
border-color: #9CBCB0;
}
.TagClassName
{
border-color: #9CBCB0;
}
</style>