Shades of Nepal #9CA9B1
Tints of Nepal #9CA9B1
RGB
CMYK
RGB Variations
Color information
#9CA9B1 (or 0x9CA9B1) is known color: Nepal. HEX triplet: 9C, A9 and B1. RGB value is (156,169,177). Sum of RGB (Red+Green+Blue) = 156+169+177=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA9B1 is #63564E. Grayscale: #A5A5A5. Windows color (decimal): -6510159 or 11643292. OLE color: 11643292.
HSL color Cylindrical-coordinate representation of color #9CA9B1: hue angle of 202.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CA9B1 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 169 | 177 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.31 |
| HSL | 202.86º | 0.12% | 0.65% | - |
| HSV(B) | 202.86º | 0.12% | 0.69% | - |
| XYZ | 35.83 | 38.62 | 47.16 | - |
| YUV | 166.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 177 | 0.12 | 0.05 | 0 | 0.31 | 202.86 | 0.12 | 0.65 |
| Hex | 9C | A9 | B1 | C | 5 | 0 | 1F | CB | C | 41 |
| Octal | 234 | 251 | 261 | 14 | 5 | 0 | 37 | 313 | 14 | 101 |
| Binary | 10011100 | 10101001 | 10110001 | 1100 | 101 | 0 | 11111 | 11001011 | 1100 | 1000001 |
Color Harmonies of #9CA9B1
Complementary color
Monochromatic Colors of #9CA9B1
Black with #9CA9B1
Text Example
Text Example
White with #9CA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9B1; }
p { color: rgb(156,169,177); }
H1.HeaderClassName
{
color: #9CA9B1;
}
.AnyTagClassName
{
color: #9CA9B1;
}
</style>
background-color css
<style>
a { background-color: #9CA9B1; }
a { background-color: rgb(156,169,177); }
div.DivClassName
{
background-color: #9CA9B1;
}
.BgClassName
{
background-color: #9CA9B1;
}
</style>
border-color css
<style>
span { border-color: #9CA9B1; }
span { border-color: rgb(156,169,177); }
td.TdClassName
{
border-color: #9CA9B1;
}
.TagClassName
{
border-color: #9CA9B1;
}
</style>