Shades of Nepal #96B4C6
Tints of Nepal #96B4C6
RGB
CMYK
RGB Variations
Color information
#96B4C6 (or 0x96B4C6) is known color: Nepal. HEX triplet: 96, B4 and C6. RGB value is (150,180,198). Sum of RGB (Red+Green+Blue) = 150+180+198=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #96B4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4C6 is #694B39. Grayscale: #ACACAC. Windows color (decimal): -6900538 or 13022358. OLE color: 13022358.
HSL color Cylindrical-coordinate representation of color #96B4C6: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96B4C6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 180 | 198 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.22 |
| HSL | 202.5º | 0.3% | 0.68% | - |
| HSV(B) | 202.5º | 0.24% | 0.78% | - |
| XYZ | 39.09 | 43.2 | 59.7 | - |
| YUV | 173.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 198 | 0.24 | 0.09 | 0 | 0.22 | 202.5 | 0.3 | 0.68 |
| Hex | 96 | B4 | C6 | 18 | 9 | 0 | 16 | CA | 1E | 44 |
| Octal | 226 | 264 | 306 | 30 | 11 | 0 | 26 | 312 | 36 | 104 |
| Binary | 10010110 | 10110100 | 11000110 | 11000 | 1001 | 0 | 10110 | 11001010 | 11110 | 1000100 |
Color Harmonies of #96B4C6
Complementary color
Monochromatic Colors of #96B4C6
Black with #96B4C6
Text Example
Text Example
White with #96B4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B4C6; }
p { color: rgb(150,180,198); }
H1.HeaderClassName
{
color: #96B4C6;
}
.AnyTagClassName
{
color: #96B4C6;
}
</style>
background-color css
<style>
a { background-color: #96B4C6; }
a { background-color: rgb(150,180,198); }
div.DivClassName
{
background-color: #96B4C6;
}
.BgClassName
{
background-color: #96B4C6;
}
</style>
border-color css
<style>
span { border-color: #96B4C6; }
span { border-color: rgb(150,180,198); }
td.TdClassName
{
border-color: #96B4C6;
}
.TagClassName
{
border-color: #96B4C6;
}
</style>