Shades of Skeptic #9CBCA8
Tints of Skeptic #9CBCA8
RGB
CMYK
RGB Variations
Color information
#9CBCA8 (or 0x9CBCA8) is known color: Skeptic. HEX triplet: 9C, BC and A8. RGB value is (156,188,168). Sum of RGB (Red+Green+Blue) = 156+188+168=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCA8 is #634357. Grayscale: #B0B0B0. Windows color (decimal): -6505304 or 11058332. OLE color: 11058332.
HSL color Cylindrical-coordinate representation of color #9CBCA8: hue angle of 142.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 #9CBCA8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 156 | 188 | 168 | - |
CMYK | 0.17 | 0 | 0.11 | 0.26 |
HSL | 142.5º | 0.19% | 0.67% | - |
HSV(B) | 142.5º | 0.17% | 0.74% | - |
XYZ | 38.76 | 45.86 | 43.86 | - |
YUV | 176.15 | 123.4 | 113.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 188 | 168 | 0.17 | 0 | 0.11 | 0.26 | 142.5 | 0.19 | 0.67 |
Hex | 9C | BC | A8 | 11 | 0 | B | 1A | 8E | 13 | 43 |
Octal | 234 | 274 | 250 | 21 | 0 | 13 | 32 | 216 | 23 | 103 |
Binary | 10011100 | 10111100 | 10101000 | 10001 | 0 | 1011 | 11010 | 10001110 | 10011 | 1000011 |
Color Harmonies of #9CBCA8
Complementary color
Monochromatic Colors of #9CBCA8
Black with #9CBCA8
Text Example
Text Example
White with #9CBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCA8; }
p { color: rgb(156,188,168); }
H1.HeaderClassName
{
color: #9CBCA8;
}
.AnyTagClassName
{
color: #9CBCA8;
}
</style>
background-color css
<style>
a { background-color: #9CBCA8; }
a { background-color: rgb(156,188,168); }
div.DivClassName
{
background-color: #9CBCA8;
}
.BgClassName
{
background-color: #9CBCA8;
}
</style>
border-color css
<style>
span { border-color: #9CBCA8; }
span { border-color: rgb(156,188,168); }
td.TdClassName
{
border-color: #9CBCA8;
}
.TagClassName
{
border-color: #9CBCA8;
}
</style>