Shades of Nepal #9CACBE
Tints of Nepal #9CACBE
RGB
CMYK
RGB Variations
Color information
#9CACBE (or 0x9CACBE) is known color: Nepal. HEX triplet: 9C, AC and BE. RGB value is (156,172,190). Sum of RGB (Red+Green+Blue) = 156+172+190=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACBE is #635341. Grayscale: #A9A9A9. Windows color (decimal): -6509378 or 12496028. OLE color: 12496028.
HSL color Cylindrical-coordinate representation of color #9CACBE: hue angle of 211.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CACBE is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 172 | 190 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.25 |
| HSL | 211.76º | 0.21% | 0.68% | - |
| HSV(B) | 211.76º | 0.18% | 0.75% | - |
| XYZ | 37.76 | 40.29 | 54.5 | - |
| YUV | 169.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 190 | 0.18 | 0.09 | 0 | 0.25 | 211.76 | 0.21 | 0.68 |
| Hex | 9C | AC | BE | 12 | 9 | 0 | 19 | D4 | 15 | 44 |
| Octal | 234 | 254 | 276 | 22 | 11 | 0 | 31 | 324 | 25 | 104 |
| Binary | 10011100 | 10101100 | 10111110 | 10010 | 1001 | 0 | 11001 | 11010100 | 10101 | 1000100 |
Color Harmonies of #9CACBE
Complementary color
Monochromatic Colors of #9CACBE
Black with #9CACBE
Text Example
Text Example
White with #9CACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACBE; }
p { color: rgb(156,172,190); }
H1.HeaderClassName
{
color: #9CACBE;
}
.AnyTagClassName
{
color: #9CACBE;
}
</style>
background-color css
<style>
a { background-color: #9CACBE; }
a { background-color: rgb(156,172,190); }
div.DivClassName
{
background-color: #9CACBE;
}
.BgClassName
{
background-color: #9CACBE;
}
</style>
border-color css
<style>
span { border-color: #9CACBE; }
span { border-color: rgb(156,172,190); }
td.TdClassName
{
border-color: #9CACBE;
}
.TagClassName
{
border-color: #9CACBE;
}
</style>