Shades of Nepal #9CACBA
Tints of Nepal #9CACBA
RGB
CMYK
RGB Variations
Color information
#9CACBA (or 0x9CACBA) is known color: Nepal. HEX triplet: 9C, AC and BA. RGB value is (156,172,186). Sum of RGB (Red+Green+Blue) = 156+172+186=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACBA is #635345. Grayscale: #A8A8A8. Windows color (decimal): -6509382 or 12233884. OLE color: 12233884.
HSL color Cylindrical-coordinate representation of color #9CACBA: hue angle of 208º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CACBA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 172 | 186 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.27 |
| HSL | 208º | 0.18% | 0.67% | - |
| HSV(B) | 208º | 0.16% | 0.73% | - |
| XYZ | 37.33 | 40.12 | 52.23 | - |
| YUV | 168.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 186 | 0.16 | 0.08 | 0 | 0.27 | 208 | 0.18 | 0.67 |
| Hex | 9C | AC | BA | 10 | 8 | 0 | 1B | D0 | 12 | 43 |
| Octal | 234 | 254 | 272 | 20 | 10 | 0 | 33 | 320 | 22 | 103 |
| Binary | 10011100 | 10101100 | 10111010 | 10000 | 1000 | 0 | 11011 | 11010000 | 10010 | 1000011 |
Color Harmonies of #9CACBA
Complementary color
Monochromatic Colors of #9CACBA
Black with #9CACBA
Text Example
Text Example
White with #9CACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACBA; }
p { color: rgb(156,172,186); }
H1.HeaderClassName
{
color: #9CACBA;
}
.AnyTagClassName
{
color: #9CACBA;
}
</style>
background-color css
<style>
a { background-color: #9CACBA; }
a { background-color: rgb(156,172,186); }
div.DivClassName
{
background-color: #9CACBA;
}
.BgClassName
{
background-color: #9CACBA;
}
</style>
border-color css
<style>
span { border-color: #9CACBA; }
span { border-color: rgb(156,172,186); }
td.TdClassName
{
border-color: #9CACBA;
}
.TagClassName
{
border-color: #9CACBA;
}
</style>