Shades of Nepal #96B6C3
Tints of Nepal #96B6C3
RGB
CMYK
RGB Variations
Color information
#96B6C3 (or 0x96B6C3) is known color: Nepal. HEX triplet: 96, B6 and C3. RGB value is (150,182,195). Sum of RGB (Red+Green+Blue) = 150+182+195=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #96B6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6C3 is #69493C. Grayscale: #ADADAD. Windows color (decimal): -6900029 or 12826262. OLE color: 12826262.
HSL color Cylindrical-coordinate representation of color #96B6C3: hue angle of 197.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 #96B6C3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 182 | 195 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.24 |
| HSL | 197.33º | 0.27% | 0.68% | - |
| HSV(B) | 197.33º | 0.23% | 0.76% | - |
| XYZ | 39.16 | 43.88 | 58.04 | - |
| YUV | 173.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 195 | 0.23 | 0.07 | 0 | 0.24 | 197.33 | 0.27 | 0.68 |
| Hex | 96 | B6 | C3 | 17 | 7 | 0 | 18 | C5 | 1B | 44 |
| Octal | 226 | 266 | 303 | 27 | 7 | 0 | 30 | 305 | 33 | 104 |
| Binary | 10010110 | 10110110 | 11000011 | 10111 | 111 | 0 | 11000 | 11000101 | 11011 | 1000100 |
Color Harmonies of #96B6C3
Complementary color
Monochromatic Colors of #96B6C3
Black with #96B6C3
Text Example
Text Example
White with #96B6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6C3; }
p { color: rgb(150,182,195); }
H1.HeaderClassName
{
color: #96B6C3;
}
.AnyTagClassName
{
color: #96B6C3;
}
</style>
background-color css
<style>
a { background-color: #96B6C3; }
a { background-color: rgb(150,182,195); }
div.DivClassName
{
background-color: #96B6C3;
}
.BgClassName
{
background-color: #96B6C3;
}
</style>
border-color css
<style>
span { border-color: #96B6C3; }
span { border-color: rgb(150,182,195); }
td.TdClassName
{
border-color: #96B6C3;
}
.TagClassName
{
border-color: #96B6C3;
}
</style>