Shades of Nepal #96B3BF
Tints of Nepal #96B3BF
RGB
CMYK
RGB Variations
Color information
#96B3BF (or 0x96B3BF) is known color: Nepal. HEX triplet: 96, B3 and BF. RGB value is (150,179,191). Sum of RGB (Red+Green+Blue) = 150+179+191=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #96B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3BF is #694C40. Grayscale: #ABABAB. Windows color (decimal): -6900801 or 12563350. OLE color: 12563350.
HSL color Cylindrical-coordinate representation of color #96B3BF: hue angle of 197.56º 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 #96B3BF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 179 | 191 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.25 |
| HSL | 197.56º | 0.24% | 0.67% | - |
| HSV(B) | 197.56º | 0.21% | 0.75% | - |
| XYZ | 38.1 | 42.49 | 55.48 | - |
| YUV | 171.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 191 | 0.21 | 0.06 | 0 | 0.25 | 197.56 | 0.24 | 0.67 |
| Hex | 96 | B3 | BF | 15 | 6 | 0 | 19 | C6 | 18 | 43 |
| Octal | 226 | 263 | 277 | 25 | 6 | 0 | 31 | 306 | 30 | 103 |
| Binary | 10010110 | 10110011 | 10111111 | 10101 | 110 | 0 | 11001 | 11000110 | 11000 | 1000011 |
Color Harmonies of #96B3BF
Complementary color
Monochromatic Colors of #96B3BF
Black with #96B3BF
Text Example
Text Example
White with #96B3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B3BF; }
p { color: rgb(150,179,191); }
H1.HeaderClassName
{
color: #96B3BF;
}
.AnyTagClassName
{
color: #96B3BF;
}
</style>
background-color css
<style>
a { background-color: #96B3BF; }
a { background-color: rgb(150,179,191); }
div.DivClassName
{
background-color: #96B3BF;
}
.BgClassName
{
background-color: #96B3BF;
}
</style>
border-color css
<style>
span { border-color: #96B3BF; }
span { border-color: rgb(150,179,191); }
td.TdClassName
{
border-color: #96B3BF;
}
.TagClassName
{
border-color: #96B3BF;
}
</style>