Shades of Nepal #94AABE
Tints of Nepal #94AABE
RGB
CMYK
RGB Variations
Color information
#94AABE (or 0x94AABE) is known color: Nepal. HEX triplet: 94, AA and BE. RGB value is (148,170,190). Sum of RGB (Red+Green+Blue) = 148+170+190=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #94AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AABE is #6B5541. Grayscale: #A5A5A5. Windows color (decimal): -7034178 or 12495508. OLE color: 12495508.
HSL color Cylindrical-coordinate representation of color #94AABE: hue angle of 208.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94AABE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 170 | 190 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.25 |
| HSL | 208.57º | 0.24% | 0.66% | - |
| HSV(B) | 208.57º | 0.22% | 0.75% | - |
| XYZ | 35.88 | 38.76 | 54.31 | - |
| YUV | 165.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 190 | 0.22 | 0.11 | 0 | 0.25 | 208.57 | 0.24 | 0.66 |
| Hex | 94 | AA | BE | 16 | B | 0 | 19 | D1 | 18 | 42 |
| Octal | 224 | 252 | 276 | 26 | 13 | 0 | 31 | 321 | 30 | 102 |
| Binary | 10010100 | 10101010 | 10111110 | 10110 | 1011 | 0 | 11001 | 11010001 | 11000 | 1000010 |
Color Harmonies of #94AABE
Complementary color
Monochromatic Colors of #94AABE
Black with #94AABE
Text Example
Text Example
White with #94AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AABE; }
p { color: rgb(148,170,190); }
H1.HeaderClassName
{
color: #94AABE;
}
.AnyTagClassName
{
color: #94AABE;
}
</style>
background-color css
<style>
a { background-color: #94AABE; }
a { background-color: rgb(148,170,190); }
div.DivClassName
{
background-color: #94AABE;
}
.BgClassName
{
background-color: #94AABE;
}
</style>
border-color css
<style>
span { border-color: #94AABE; }
span { border-color: rgb(148,170,190); }
td.TdClassName
{
border-color: #94AABE;
}
.TagClassName
{
border-color: #94AABE;
}
</style>