Shades of Nepal #8AA8BA
Tints of Nepal #8AA8BA
RGB
CMYK
RGB Variations
Color information
#8AA8BA (or 0x8AA8BA) is known color: Nepal. HEX triplet: 8A, A8 and BA. RGB value is (138,168,186). Sum of RGB (Red+Green+Blue) = 138+168+186=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8BA is #755745. Grayscale: #A0A0A0. Windows color (decimal): -7690054 or 12232842. OLE color: 12232842.
HSL color Cylindrical-coordinate representation of color #8AA8BA: hue angle of 202.5º 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 #8AA8BA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 168 | 186 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.27 |
| HSL | 202.5º | 0.26% | 0.64% | - |
| HSV(B) | 202.5º | 0.26% | 0.73% | - |
| XYZ | 33.35 | 36.95 | 51.83 | - |
| YUV | 161.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 186 | 0.26 | 0.10 | 0 | 0.27 | 202.5 | 0.26 | 0.64 |
| Hex | 8A | A8 | BA | 1A | A | 0 | 1B | CA | 1A | 40 |
| Octal | 212 | 250 | 272 | 32 | 12 | 0 | 33 | 312 | 32 | 100 |
| Binary | 10001010 | 10101000 | 10111010 | 11010 | 1010 | 0 | 11011 | 11001010 | 11010 | 1000000 |
Color Harmonies of #8AA8BA
Complementary color
Monochromatic Colors of #8AA8BA
Black with #8AA8BA
Text Example
Text Example
White with #8AA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8BA; }
p { color: rgb(138,168,186); }
H1.HeaderClassName
{
color: #8AA8BA;
}
.AnyTagClassName
{
color: #8AA8BA;
}
</style>
background-color css
<style>
a { background-color: #8AA8BA; }
a { background-color: rgb(138,168,186); }
div.DivClassName
{
background-color: #8AA8BA;
}
.BgClassName
{
background-color: #8AA8BA;
}
</style>
border-color css
<style>
span { border-color: #8AA8BA; }
span { border-color: rgb(138,168,186); }
td.TdClassName
{
border-color: #8AA8BA;
}
.TagClassName
{
border-color: #8AA8BA;
}
</style>