#8AA4BB

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

Shades of Nepal #8AA4BB

Tints of Nepal #8AA4BB

Color information

#8AA4BB (or 0x8AA4BB) is unknown color: approx Nepal. HEX triplet: 8A, A4 and BB. RGB value is (138,164,187). Sum of RGB (Red+Green+Blue) = 138+164+187=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #8AA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BB is #755B44. Grayscale: #9E9E9E. Windows color (decimal): -7691077 or 12297354. OLE color: 12297354.

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

Color convert

RGB138164187-
CMYK0.260.1200.27
HSL208.16º26.49%63.73%-
HSV(B)208.16º26.2%73.33%-
XYZ32.7335.5452.15-
YUV158.85143.89113.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=28.22%
G=33.54%
B=38.24%

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
Decimal1381641870.260.1200.27208.1626.4963.73
Hex8AA4BB1AC01Bd01a40
Octal212244273321403332032100
Binary10001010101001001011101111010110001101111010000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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