Shades of Nepal #8BAABE
Tints of Nepal #8BAABE
RGB
CMYK
RGB Variations
Color information
#8BAABE (or 0x8BAABE) is known color: Nepal. HEX triplet: 8B, AA and BE. RGB value is (139,170,190). Sum of RGB (Red+Green+Blue) = 139+170+190=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAABE is #745541. Grayscale: #A2A2A2. Windows color (decimal): -7624002 or 12495499. OLE color: 12495499.
HSL color Cylindrical-coordinate representation of color #8BAABE: hue angle of 203.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BAABE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 170 | 190 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.25 |
| HSL | 203.53º | 0.28% | 0.65% | - |
| HSV(B) | 203.53º | 0.27% | 0.75% | - |
| XYZ | 34.32 | 37.96 | 54.23 | - |
| YUV | 163.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 190 | 0.27 | 0.11 | 0 | 0.25 | 203.53 | 0.28 | 0.65 |
| Hex | 8B | AA | BE | 1B | B | 0 | 19 | CC | 1C | 41 |
| Octal | 213 | 252 | 276 | 33 | 13 | 0 | 31 | 314 | 34 | 101 |
| Binary | 10001011 | 10101010 | 10111110 | 11011 | 1011 | 0 | 11001 | 11001100 | 11100 | 1000001 |
Color Harmonies of #8BAABE
Complementary color
Monochromatic Colors of #8BAABE
Black with #8BAABE
Text Example
Text Example
White with #8BAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAABE; }
p { color: rgb(139,170,190); }
H1.HeaderClassName
{
color: #8BAABE;
}
.AnyTagClassName
{
color: #8BAABE;
}
</style>
background-color css
<style>
a { background-color: #8BAABE; }
a { background-color: rgb(139,170,190); }
div.DivClassName
{
background-color: #8BAABE;
}
.BgClassName
{
background-color: #8BAABE;
}
</style>
border-color css
<style>
span { border-color: #8BAABE; }
span { border-color: rgb(139,170,190); }
td.TdClassName
{
border-color: #8BAABE;
}
.TagClassName
{
border-color: #8BAABE;
}
</style>