Shades of Skeptic #9CBCAF
Tints of Skeptic #9CBCAF
RGB
CMYK
RGB Variations
Color information
#9CBCAF (or 0x9CBCAF) is known color: Skeptic. HEX triplet: 9C, BC and AF. RGB value is (156,188,175). Sum of RGB (Red+Green+Blue) = 156+188+175=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCAF is #634350. Grayscale: #B0B0B0. Windows color (decimal): -6505297 or 11517084. OLE color: 11517084.
HSL color Cylindrical-coordinate representation of color #9CBCAF: hue angle of 155.62º 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 #9CBCAF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 175 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.26 |
| HSL | 155.63º | 0.19% | 0.67% | - |
| HSV(B) | 155.63º | 0.17% | 0.74% | - |
| XYZ | 39.43 | 46.13 | 47.38 | - |
| YUV | 176.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 175 | 0.17 | 0 | 0.07 | 0.26 | 155.63 | 0.19 | 0.67 |
| Hex | 9C | BC | AF | 11 | 0 | 7 | 1A | 9C | 13 | 43 |
| Octal | 234 | 274 | 257 | 21 | 0 | 7 | 32 | 234 | 23 | 103 |
| Binary | 10011100 | 10111100 | 10101111 | 10001 | 0 | 111 | 11010 | 10011100 | 10011 | 1000011 |
Color Harmonies of #9CBCAF
Complementary color
Monochromatic Colors of #9CBCAF
Black with #9CBCAF
Text Example
Text Example
White with #9CBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCAF; }
p { color: rgb(156,188,175); }
H1.HeaderClassName
{
color: #9CBCAF;
}
.AnyTagClassName
{
color: #9CBCAF;
}
</style>
background-color css
<style>
a { background-color: #9CBCAF; }
a { background-color: rgb(156,188,175); }
div.DivClassName
{
background-color: #9CBCAF;
}
.BgClassName
{
background-color: #9CBCAF;
}
</style>
border-color css
<style>
span { border-color: #9CBCAF; }
span { border-color: rgb(156,188,175); }
td.TdClassName
{
border-color: #9CBCAF;
}
.TagClassName
{
border-color: #9CBCAF;
}
</style>