Shades of Nepal #9CACBC
Tints of Nepal #9CACBC
RGB
CMYK
RGB Variations
Color information
#9CACBC (or 0x9CACBC) is known color: Nepal. HEX triplet: 9C, AC and BC. RGB value is (156,172,188). Sum of RGB (Red+Green+Blue) = 156+172+188=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACBC is #635343. Grayscale: #A8A8A8. Windows color (decimal): -6509380 or 12364956. OLE color: 12364956.
HSL color Cylindrical-coordinate representation of color #9CACBC: hue angle of 210º 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 #9CACBC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 172 | 188 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.26 |
| HSL | 210º | 0.19% | 0.67% | - |
| HSV(B) | 210º | 0.17% | 0.74% | - |
| XYZ | 37.54 | 40.2 | 53.36 | - |
| YUV | 169.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 188 | 0.17 | 0.09 | 0 | 0.26 | 210 | 0.19 | 0.67 |
| Hex | 9C | AC | BC | 11 | 9 | 0 | 1A | D2 | 13 | 43 |
| Octal | 234 | 254 | 274 | 21 | 11 | 0 | 32 | 322 | 23 | 103 |
| Binary | 10011100 | 10101100 | 10111100 | 10001 | 1001 | 0 | 11010 | 11010010 | 10011 | 1000011 |
Color Harmonies of #9CACBC
Complementary color
Monochromatic Colors of #9CACBC
Black with #9CACBC
Text Example
Text Example
White with #9CACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACBC; }
p { color: rgb(156,172,188); }
H1.HeaderClassName
{
color: #9CACBC;
}
.AnyTagClassName
{
color: #9CACBC;
}
</style>
background-color css
<style>
a { background-color: #9CACBC; }
a { background-color: rgb(156,172,188); }
div.DivClassName
{
background-color: #9CACBC;
}
.BgClassName
{
background-color: #9CACBC;
}
</style>
border-color css
<style>
span { border-color: #9CACBC; }
span { border-color: rgb(156,172,188); }
td.TdClassName
{
border-color: #9CACBC;
}
.TagClassName
{
border-color: #9CACBC;
}
</style>