#8AA4BD

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

Shades of Nepal #8AA4BD

Tints of Nepal #8AA4BD

Color information

#8AA4BD (or 0x8AA4BD) is unknown color: approx Nepal. HEX triplet: 8A, A4 and BD. RGB value is (138,164,189). Sum of RGB (Red+Green+Blue) = 138+164+189=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BD is #755B42. Grayscale: #9E9E9E. Windows color (decimal): -7691075 or 12428426. OLE color: 12428426.

HSL color Cylindrical-coordinate representation of color #8AA4BD: hue angle of 209.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA4BD is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138164189-
CMYK0.270.1300.26
HSL209.41º27.87%64.12%-
HSV(B)209.41º26.98%74.12%-
XYZ32.9435.6353.28-
YUV159.08144.89112.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=28.11%
G=33.40%
B=38.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381641890.270.1300.26209.4127.8764.12
Hex8AA4BD1BD01Ad11c40
Octal212244275331503232134100
Binary10001010101001001011110111011110101101011010001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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