Shades of Nepal #96ADB8
Tints of Nepal #96ADB8
RGB
CMYK
RGB Variations
Color information
#96ADB8 (or 0x96ADB8) is known color: Nepal. HEX triplet: 96, AD and B8. RGB value is (150,173,184). Sum of RGB (Red+Green+Blue) = 150+173+184=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #96ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADB8 is #695247. Grayscale: #A7A7A7. Windows color (decimal): -6902344 or 12103062. OLE color: 12103062.
HSL color Cylindrical-coordinate representation of color #96ADB8: hue angle of 199.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96ADB8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 173 | 184 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.28 |
| HSL | 199.41º | 0.19% | 0.65% | - |
| HSV(B) | 199.41º | 0.18% | 0.72% | - |
| XYZ | 36.17 | 39.83 | 51.13 | - |
| YUV | 167.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 184 | 0.18 | 0.06 | 0 | 0.28 | 199.41 | 0.19 | 0.65 |
| Hex | 96 | AD | B8 | 12 | 6 | 0 | 1C | C7 | 13 | 41 |
| Octal | 226 | 255 | 270 | 22 | 6 | 0 | 34 | 307 | 23 | 101 |
| Binary | 10010110 | 10101101 | 10111000 | 10010 | 110 | 0 | 11100 | 11000111 | 10011 | 1000001 |
Color Harmonies of #96ADB8
Complementary color
Monochromatic Colors of #96ADB8
Black with #96ADB8
Text Example
Text Example
White with #96ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADB8; }
p { color: rgb(150,173,184); }
H1.HeaderClassName
{
color: #96ADB8;
}
.AnyTagClassName
{
color: #96ADB8;
}
</style>
background-color css
<style>
a { background-color: #96ADB8; }
a { background-color: rgb(150,173,184); }
div.DivClassName
{
background-color: #96ADB8;
}
.BgClassName
{
background-color: #96ADB8;
}
</style>
border-color css
<style>
span { border-color: #96ADB8; }
span { border-color: rgb(150,173,184); }
td.TdClassName
{
border-color: #96ADB8;
}
.TagClassName
{
border-color: #96ADB8;
}
</style>