Shades of Nepal #96ADBD
Tints of Nepal #96ADBD
RGB
CMYK
RGB Variations
Color information
#96ADBD (or 0x96ADBD) is known color: Nepal. HEX triplet: 96, AD and BD. RGB value is (150,173,189). Sum of RGB (Red+Green+Blue) = 150+173+189=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #96ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADBD is #695242. Grayscale: #A7A7A7. Windows color (decimal): -6902339 or 12430742. OLE color: 12430742.
HSL color Cylindrical-coordinate representation of color #96ADBD: hue angle of 204.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96ADBD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 173 | 189 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.26 |
| HSL | 204.62º | 0.23% | 0.66% | - |
| HSV(B) | 204.62º | 0.21% | 0.74% | - |
| XYZ | 36.71 | 40.05 | 53.94 | - |
| YUV | 167.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 189 | 0.21 | 0.08 | 0 | 0.26 | 204.62 | 0.23 | 0.66 |
| Hex | 96 | AD | BD | 15 | 8 | 0 | 1A | CD | 17 | 42 |
| Octal | 226 | 255 | 275 | 25 | 10 | 0 | 32 | 315 | 27 | 102 |
| Binary | 10010110 | 10101101 | 10111101 | 10101 | 1000 | 0 | 11010 | 11001101 | 10111 | 1000010 |
Color Harmonies of #96ADBD
Complementary color
Monochromatic Colors of #96ADBD
Black with #96ADBD
Text Example
Text Example
White with #96ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADBD; }
p { color: rgb(150,173,189); }
H1.HeaderClassName
{
color: #96ADBD;
}
.AnyTagClassName
{
color: #96ADBD;
}
</style>
background-color css
<style>
a { background-color: #96ADBD; }
a { background-color: rgb(150,173,189); }
div.DivClassName
{
background-color: #96ADBD;
}
.BgClassName
{
background-color: #96ADBD;
}
</style>
border-color css
<style>
span { border-color: #96ADBD; }
span { border-color: rgb(150,173,189); }
td.TdClassName
{
border-color: #96ADBD;
}
.TagClassName
{
border-color: #96ADBD;
}
</style>