Shades of Nepal #96A4AE
Tints of Nepal #96A4AE
RGB
CMYK
RGB Variations
Color information
#96A4AE (or 0x96A4AE) is known color: Nepal. HEX triplet: 96, A4 and AE. RGB value is (150,164,174). Sum of RGB (Red+Green+Blue) = 150+164+174=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #96A4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A4AE is #695B51. Grayscale: #A0A0A0. Windows color (decimal): -6904658 or 11445398. OLE color: 11445398.
HSL color Cylindrical-coordinate representation of color #96A4AE: hue angle of 205º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A4AE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 164 | 174 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.32 |
| HSL | 205º | 0.13% | 0.64% | - |
| HSV(B) | 205º | 0.14% | 0.68% | - |
| XYZ | 33.49 | 36.09 | 45.25 | - |
| YUV | 160.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 174 | 0.14 | 0.06 | 0 | 0.32 | 205 | 0.13 | 0.64 |
| Hex | 96 | A4 | AE | E | 6 | 0 | 20 | CD | D | 40 |
| Octal | 226 | 244 | 256 | 16 | 6 | 0 | 40 | 315 | 15 | 100 |
| Binary | 10010110 | 10100100 | 10101110 | 1110 | 110 | 0 | 100000 | 11001101 | 1101 | 1000000 |
Color Harmonies of #96A4AE
Complementary color
Monochromatic Colors of #96A4AE
Black with #96A4AE
Text Example
Text Example
White with #96A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4AE; }
p { color: rgb(150,164,174); }
H1.HeaderClassName
{
color: #96A4AE;
}
.AnyTagClassName
{
color: #96A4AE;
}
</style>
background-color css
<style>
a { background-color: #96A4AE; }
a { background-color: rgb(150,164,174); }
div.DivClassName
{
background-color: #96A4AE;
}
.BgClassName
{
background-color: #96A4AE;
}
</style>
border-color css
<style>
span { border-color: #96A4AE; }
span { border-color: rgb(150,164,174); }
td.TdClassName
{
border-color: #96A4AE;
}
.TagClassName
{
border-color: #96A4AE;
}
</style>