Shades of Nepal #9CACB5
Tints of Nepal #9CACB5
RGB
CMYK
RGB Variations
Color information
#9CACB5 (or 0x9CACB5) is known color: Nepal. HEX triplet: 9C, AC and B5. RGB value is (156,172,181). Sum of RGB (Red+Green+Blue) = 156+172+181=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 181 - color contains mainly: blue. Hex color #9CACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACB5 is #63534A. Grayscale: #A8A8A8. Windows color (decimal): -6509387 or 11906204. OLE color: 11906204.
HSL color Cylindrical-coordinate representation of color #9CACB5: hue angle of 201.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CACB5 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 172 | 181 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.29 |
| HSL | 201.6º | 0.14% | 0.66% | - |
| HSV(B) | 201.6º | 0.14% | 0.71% | - |
| XYZ | 36.8 | 39.91 | 49.48 | - |
| YUV | 168.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 181 | 0.14 | 0.05 | 0 | 0.29 | 201.6 | 0.14 | 0.66 |
| Hex | 9C | AC | B5 | E | 5 | 0 | 1D | CA | E | 42 |
| Octal | 234 | 254 | 265 | 16 | 5 | 0 | 35 | 312 | 16 | 102 |
| Binary | 10011100 | 10101100 | 10110101 | 1110 | 101 | 0 | 11101 | 11001010 | 1110 | 1000010 |
Color Harmonies of #9CACB5
Complementary color
Monochromatic Colors of #9CACB5
Black with #9CACB5
Text Example
Text Example
White with #9CACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACB5; }
p { color: rgb(156,172,181); }
H1.HeaderClassName
{
color: #9CACB5;
}
.AnyTagClassName
{
color: #9CACB5;
}
</style>
background-color css
<style>
a { background-color: #9CACB5; }
a { background-color: rgb(156,172,181); }
div.DivClassName
{
background-color: #9CACB5;
}
.BgClassName
{
background-color: #9CACB5;
}
</style>
border-color css
<style>
span { border-color: #9CACB5; }
span { border-color: rgb(156,172,181); }
td.TdClassName
{
border-color: #9CACB5;
}
.TagClassName
{
border-color: #9CACB5;
}
</style>