Shades of Nepal #96AABA
Tints of Nepal #96AABA
RGB
CMYK
RGB Variations
Color information
#96AABA (or 0x96AABA) is known color: Nepal. HEX triplet: 96, AA and BA. RGB value is (150,170,186). Sum of RGB (Red+Green+Blue) = 150+170+186=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AABA is #695545. Grayscale: #A5A5A5. Windows color (decimal): -6903110 or 12233366. OLE color: 12233366.
HSL color Cylindrical-coordinate representation of color #96AABA: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AABA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 170 | 186 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.27 |
| HSL | 206.67º | 0.21% | 0.66% | - |
| HSV(B) | 206.67º | 0.19% | 0.73% | - |
| XYZ | 35.82 | 38.78 | 52.05 | - |
| YUV | 165.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 186 | 0.19 | 0.09 | 0 | 0.27 | 206.67 | 0.21 | 0.66 |
| Hex | 96 | AA | BA | 13 | 9 | 0 | 1B | CF | 15 | 42 |
| Octal | 226 | 252 | 272 | 23 | 11 | 0 | 33 | 317 | 25 | 102 |
| Binary | 10010110 | 10101010 | 10111010 | 10011 | 1001 | 0 | 11011 | 11001111 | 10101 | 1000010 |
Color Harmonies of #96AABA
Complementary color
Monochromatic Colors of #96AABA
Black with #96AABA
Text Example
Text Example
White with #96AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AABA; }
p { color: rgb(150,170,186); }
H1.HeaderClassName
{
color: #96AABA;
}
.AnyTagClassName
{
color: #96AABA;
}
</style>
background-color css
<style>
a { background-color: #96AABA; }
a { background-color: rgb(150,170,186); }
div.DivClassName
{
background-color: #96AABA;
}
.BgClassName
{
background-color: #96AABA;
}
</style>
border-color css
<style>
span { border-color: #96AABA; }
span { border-color: rgb(150,170,186); }
td.TdClassName
{
border-color: #96AABA;
}
.TagClassName
{
border-color: #96AABA;
}
</style>