Shades of Nepal #8AAABE
Tints of Nepal #8AAABE
RGB
CMYK
RGB Variations
Color information
#8AAABE (or 0x8AAABE) is known color: Nepal. HEX triplet: 8A, AA and BE. RGB value is (138,170,190). Sum of RGB (Red+Green+Blue) = 138+170+190=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAABE is #755541. Grayscale: #A2A2A2. Windows color (decimal): -7689538 or 12495498. OLE color: 12495498.
HSL color Cylindrical-coordinate representation of color #8AAABE: hue angle of 203.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAABE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 170 | 190 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.25 |
| HSL | 203.08º | 0.29% | 0.64% | - |
| HSV(B) | 203.08º | 0.27% | 0.75% | - |
| XYZ | 34.15 | 37.87 | 54.23 | - |
| YUV | 162.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 190 | 0.27 | 0.11 | 0 | 0.25 | 203.08 | 0.29 | 0.64 |
| Hex | 8A | AA | BE | 1B | B | 0 | 19 | CB | 1D | 40 |
| Octal | 212 | 252 | 276 | 33 | 13 | 0 | 31 | 313 | 35 | 100 |
| Binary | 10001010 | 10101010 | 10111110 | 11011 | 1011 | 0 | 11001 | 11001011 | 11101 | 1000000 |
Color Harmonies of #8AAABE
Complementary color
Monochromatic Colors of #8AAABE
Black with #8AAABE
Text Example
Text Example
White with #8AAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAABE; }
p { color: rgb(138,170,190); }
H1.HeaderClassName
{
color: #8AAABE;
}
.AnyTagClassName
{
color: #8AAABE;
}
</style>
background-color css
<style>
a { background-color: #8AAABE; }
a { background-color: rgb(138,170,190); }
div.DivClassName
{
background-color: #8AAABE;
}
.BgClassName
{
background-color: #8AAABE;
}
</style>
border-color css
<style>
span { border-color: #8AAABE; }
span { border-color: rgb(138,170,190); }
td.TdClassName
{
border-color: #8AAABE;
}
.TagClassName
{
border-color: #8AAABE;
}
</style>