Shades of Nepal #9CA9B6
Tints of Nepal #9CA9B6
RGB
CMYK
RGB Variations
Color information
#9CA9B6 (or 0x9CA9B6) is known color: Nepal. HEX triplet: 9C, A9 and B6. RGB value is (156,169,182). Sum of RGB (Red+Green+Blue) = 156+169+182=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #9CA9B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9B6 is #635649. Grayscale: #A6A6A6. Windows color (decimal): -6510154 or 11970972. OLE color: 11970972.
HSL color Cylindrical-coordinate representation of color #9CA9B6: hue angle of 210º degrees, saturation: 0.15, 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 #9CA9B6 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 169 | 182 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.29 |
| HSL | 210º | 0.15% | 0.66% | - |
| HSV(B) | 210º | 0.14% | 0.71% | - |
| XYZ | 36.34 | 38.82 | 49.83 | - |
| YUV | 166.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 182 | 0.14 | 0.07 | 0 | 0.29 | 210 | 0.15 | 0.66 |
| Hex | 9C | A9 | B6 | E | 7 | 0 | 1D | D2 | F | 42 |
| Octal | 234 | 251 | 266 | 16 | 7 | 0 | 35 | 322 | 17 | 102 |
| Binary | 10011100 | 10101001 | 10110110 | 1110 | 111 | 0 | 11101 | 11010010 | 1111 | 1000010 |
Color Harmonies of #9CA9B6
Complementary color
Monochromatic Colors of #9CA9B6
Black with #9CA9B6
Text Example
Text Example
White with #9CA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9B6; }
p { color: rgb(156,169,182); }
H1.HeaderClassName
{
color: #9CA9B6;
}
.AnyTagClassName
{
color: #9CA9B6;
}
</style>
background-color css
<style>
a { background-color: #9CA9B6; }
a { background-color: rgb(156,169,182); }
div.DivClassName
{
background-color: #9CA9B6;
}
.BgClassName
{
background-color: #9CA9B6;
}
</style>
border-color css
<style>
span { border-color: #9CA9B6; }
span { border-color: rgb(156,169,182); }
td.TdClassName
{
border-color: #9CA9B6;
}
.TagClassName
{
border-color: #9CA9B6;
}
</style>