Shades of Nepal #90AABE
Tints of Nepal #90AABE
RGB
CMYK
RGB Variations
Color information
#90AABE (or 0x90AABE) is known color: Nepal. HEX triplet: 90, AA and BE. RGB value is (144,170,190). Sum of RGB (Red+Green+Blue) = 144+170+190=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #90AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AABE is #6F5541. Grayscale: #A4A4A4. Windows color (decimal): -7296322 or 12495504. OLE color: 12495504.
HSL color Cylindrical-coordinate representation of color #90AABE: hue angle of 206.09º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90AABE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 170 | 190 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.25 |
| HSL | 206.09º | 0.26% | 0.65% | - |
| HSV(B) | 206.09º | 0.24% | 0.75% | - |
| XYZ | 35.17 | 38.4 | 54.27 | - |
| YUV | 164.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 190 | 0.24 | 0.11 | 0 | 0.25 | 206.09 | 0.26 | 0.65 |
| Hex | 90 | AA | BE | 18 | B | 0 | 19 | CE | 1A | 41 |
| Octal | 220 | 252 | 276 | 30 | 13 | 0 | 31 | 316 | 32 | 101 |
| Binary | 10010000 | 10101010 | 10111110 | 11000 | 1011 | 0 | 11001 | 11001110 | 11010 | 1000001 |
Color Harmonies of #90AABE
Complementary color
Monochromatic Colors of #90AABE
Black with #90AABE
Text Example
Text Example
White with #90AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AABE; }
p { color: rgb(144,170,190); }
H1.HeaderClassName
{
color: #90AABE;
}
.AnyTagClassName
{
color: #90AABE;
}
</style>
background-color css
<style>
a { background-color: #90AABE; }
a { background-color: rgb(144,170,190); }
div.DivClassName
{
background-color: #90AABE;
}
.BgClassName
{
background-color: #90AABE;
}
</style>
border-color css
<style>
span { border-color: #90AABE; }
span { border-color: rgb(144,170,190); }
td.TdClassName
{
border-color: #90AABE;
}
.TagClassName
{
border-color: #90AABE;
}
</style>