#8AA4BA

Color #8AA4BA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8AA4BA

Tints of Nepal #8AA4BA

Color information

#8AA4BA (or 0x8AA4BA) is unknown color: approx Nepal. HEX triplet: 8A, A4 and BA. RGB value is (138,164,186). Sum of RGB (Red+Green+Blue) = 138+164+186=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BA is #755B45. Grayscale: #9E9E9E. Windows color (decimal): -7691078 or 12231818. OLE color: 12231818.

HSL color Cylindrical-coordinate representation of color #8AA4BA: hue angle of 207.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 #8AA4BA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138164186-
CMYK0.260.1200.27
HSL207.5º25.81%63.53%-
HSV(B)207.5º25.81%72.94%-
XYZ32.6235.551.59-
YUV158.73143.39113.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=28.28%
G=33.61%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381641860.260.1200.27207.525.8163.53
Hex8AA4BA1AC01Bd01a40
Octal212244272321403332032100
Binary10001010101001001011101011010110001101111010000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA4BA; }

 p { color: rgb(138,164,186); }

 H1.HeaderClassName
 {
   color: #8AA4BA;
 }
 .AnyTagClassName
 {
   color: #8AA4BA;
 }
</style>
background-color css

<style>
 a { background-color: #8AA4BA; }

 a { background-color: rgb(138,164,186); }

 div.DivClassName
 {
   background-color: #8AA4BA;
 }
 .BgClassName
 {
   background-color: #8AA4BA;
 }
</style>
border-color css

<style>
 span { border-color: #8AA4BA; }

 span { border-color: rgb(138,164,186); }

 td.TdClassName
 {
   border-color: #8AA4BA;
 }
 .TagClassName
 {
   border-color: #8AA4BA;
 }
</style>