Shades of Nepal #96B2BE
Tints of Nepal #96B2BE
RGB
CMYK
RGB Variations
Color information
#96B2BE (or 0x96B2BE) is known color: Nepal. HEX triplet: 96, B2 and BE. RGB value is (150,178,190). Sum of RGB (Red+Green+Blue) = 150+178+190=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2BE is #694D41. Grayscale: #AAAAAA. Windows color (decimal): -6901058 or 12497558. OLE color: 12497558.
HSL color Cylindrical-coordinate representation of color #96B2BE: hue angle of 198º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B2BE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 178 | 190 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.25 |
| HSL | 198º | 0.24% | 0.67% | - |
| HSV(B) | 198º | 0.21% | 0.75% | - |
| XYZ | 37.79 | 42.04 | 54.84 | - |
| YUV | 171 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 190 | 0.21 | 0.06 | 0 | 0.25 | 198 | 0.24 | 0.67 |
| Hex | 96 | B2 | BE | 15 | 6 | 0 | 19 | C6 | 18 | 43 |
| Octal | 226 | 262 | 276 | 25 | 6 | 0 | 31 | 306 | 30 | 103 |
| Binary | 10010110 | 10110010 | 10111110 | 10101 | 110 | 0 | 11001 | 11000110 | 11000 | 1000011 |
Color Harmonies of #96B2BE
Complementary color
Monochromatic Colors of #96B2BE
Black with #96B2BE
Text Example
Text Example
White with #96B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2BE; }
p { color: rgb(150,178,190); }
H1.HeaderClassName
{
color: #96B2BE;
}
.AnyTagClassName
{
color: #96B2BE;
}
</style>
background-color css
<style>
a { background-color: #96B2BE; }
a { background-color: rgb(150,178,190); }
div.DivClassName
{
background-color: #96B2BE;
}
.BgClassName
{
background-color: #96B2BE;
}
</style>
border-color css
<style>
span { border-color: #96B2BE; }
span { border-color: rgb(150,178,190); }
td.TdClassName
{
border-color: #96B2BE;
}
.TagClassName
{
border-color: #96B2BE;
}
</style>