Shades of Nepal #96AABF
Tints of Nepal #96AABF
RGB
CMYK
RGB Variations
Color information
#96AABF (or 0x96AABF) is known color: Nepal. HEX triplet: 96, AA and BF. RGB value is (150,170,191). Sum of RGB (Red+Green+Blue) = 150+170+191=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #96AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABF is #695540. Grayscale: #A6A6A6. Windows color (decimal): -6903105 or 12561046. OLE color: 12561046.
HSL color Cylindrical-coordinate representation of color #96AABF: hue angle of 210.73º 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 #96AABF is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 170 | 191 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.25 |
| HSL | 210.73º | 0.24% | 0.67% | - |
| HSV(B) | 210.73º | 0.21% | 0.75% | - |
| XYZ | 36.36 | 39 | 54.9 | - |
| YUV | 166.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 191 | 0.21 | 0.11 | 0 | 0.25 | 210.73 | 0.24 | 0.67 |
| Hex | 96 | AA | BF | 15 | B | 0 | 19 | D3 | 18 | 43 |
| Octal | 226 | 252 | 277 | 25 | 13 | 0 | 31 | 323 | 30 | 103 |
| Binary | 10010110 | 10101010 | 10111111 | 10101 | 1011 | 0 | 11001 | 11010011 | 11000 | 1000011 |
Color Harmonies of #96AABF
Complementary color
Monochromatic Colors of #96AABF
Black with #96AABF
Text Example
Text Example
White with #96AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AABF; }
p { color: rgb(150,170,191); }
H1.HeaderClassName
{
color: #96AABF;
}
.AnyTagClassName
{
color: #96AABF;
}
</style>
background-color css
<style>
a { background-color: #96AABF; }
a { background-color: rgb(150,170,191); }
div.DivClassName
{
background-color: #96AABF;
}
.BgClassName
{
background-color: #96AABF;
}
</style>
border-color css
<style>
span { border-color: #96AABF; }
span { border-color: rgb(150,170,191); }
td.TdClassName
{
border-color: #96AABF;
}
.TagClassName
{
border-color: #96AABF;
}
</style>