Shades of Nepal #96B0C3
Tints of Nepal #96B0C3
RGB
CMYK
RGB Variations
Color information
#96B0C3 (or 0x96B0C3) is known color: Nepal. HEX triplet: 96, B0 and C3. RGB value is (150,176,195). Sum of RGB (Red+Green+Blue) = 150+176+195=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 195 - color contains mainly: blue. Hex color #96B0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0C3 is #694F3C. Grayscale: #AAAAAA. Windows color (decimal): -6901565 or 12824726. OLE color: 12824726.
HSL color Cylindrical-coordinate representation of color #96B0C3: hue angle of 205.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B0C3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 176 | 195 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.24 |
| HSL | 205.33º | 0.27% | 0.68% | - |
| HSV(B) | 205.33º | 0.23% | 0.76% | - |
| XYZ | 37.95 | 41.47 | 57.63 | - |
| YUV | 170.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 195 | 0.23 | 0.10 | 0 | 0.24 | 205.33 | 0.27 | 0.68 |
| Hex | 96 | B0 | C3 | 17 | A | 0 | 18 | CD | 1B | 44 |
| Octal | 226 | 260 | 303 | 27 | 12 | 0 | 30 | 315 | 33 | 104 |
| Binary | 10010110 | 10110000 | 11000011 | 10111 | 1010 | 0 | 11000 | 11001101 | 11011 | 1000100 |
Color Harmonies of #96B0C3
Complementary color
Monochromatic Colors of #96B0C3
Black with #96B0C3
Text Example
Text Example
White with #96B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B0C3; }
p { color: rgb(150,176,195); }
H1.HeaderClassName
{
color: #96B0C3;
}
.AnyTagClassName
{
color: #96B0C3;
}
</style>
background-color css
<style>
a { background-color: #96B0C3; }
a { background-color: rgb(150,176,195); }
div.DivClassName
{
background-color: #96B0C3;
}
.BgClassName
{
background-color: #96B0C3;
}
</style>
border-color css
<style>
span { border-color: #96B0C3; }
span { border-color: rgb(150,176,195); }
td.TdClassName
{
border-color: #96B0C3;
}
.TagClassName
{
border-color: #96B0C3;
}
</style>