Shades of Nepal #8AABBA
Tints of Nepal #8AABBA
RGB
CMYK
RGB Variations
Color information
#8AABBA (or 0x8AABBA) is known color: Nepal. HEX triplet: 8A, AB and BA. RGB value is (138,171,186). Sum of RGB (Red+Green+Blue) = 138+171+186=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABBA is #755445. Grayscale: #A2A2A2. Windows color (decimal): -7689286 or 12233610. OLE color: 12233610.
HSL color Cylindrical-coordinate representation of color #8AABBA: hue angle of 198.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AABBA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 171 | 186 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.27 |
| HSL | 198.75º | 0.26% | 0.64% | - |
| HSV(B) | 198.75º | 0.26% | 0.73% | - |
| XYZ | 33.91 | 38.07 | 52.02 | - |
| YUV | 162.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 186 | 0.26 | 0.08 | 0 | 0.27 | 198.75 | 0.26 | 0.64 |
| Hex | 8A | AB | BA | 1A | 8 | 0 | 1B | C7 | 1A | 40 |
| Octal | 212 | 253 | 272 | 32 | 10 | 0 | 33 | 307 | 32 | 100 |
| Binary | 10001010 | 10101011 | 10111010 | 11010 | 1000 | 0 | 11011 | 11000111 | 11010 | 1000000 |
Color Harmonies of #8AABBA
Complementary color
Monochromatic Colors of #8AABBA
Black with #8AABBA
Text Example
Text Example
White with #8AABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABBA; }
p { color: rgb(138,171,186); }
H1.HeaderClassName
{
color: #8AABBA;
}
.AnyTagClassName
{
color: #8AABBA;
}
</style>
background-color css
<style>
a { background-color: #8AABBA; }
a { background-color: rgb(138,171,186); }
div.DivClassName
{
background-color: #8AABBA;
}
.BgClassName
{
background-color: #8AABBA;
}
</style>
border-color css
<style>
span { border-color: #8AABBA; }
span { border-color: rgb(138,171,186); }
td.TdClassName
{
border-color: #8AABBA;
}
.TagClassName
{
border-color: #8AABBA;
}
</style>