#8AA6BE

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

Shades of Nepal #8AA6BE

Tints of Nepal #8AA6BE

Color information

#8AA6BE (or 0x8AA6BE) is unknown color: approx Nepal. HEX triplet: 8A, A6 and BE. RGB value is (138,166,190). Sum of RGB (Red+Green+Blue) = 138+166+190=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6BE is #755941. Grayscale: #A0A0A0. Windows color (decimal): -7690562 or 12494474. OLE color: 12494474.

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

Color convert

RGB138166190-
CMYK0.270.1300.25
HSL207.69º28.57%64.31%-
HSV(B)207.69º27.37%74.51%-
XYZ33.4136.3953.98-
YUV160.36144.72112.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=27.94%
G=33.60%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381661900.270.1300.25207.6928.5764.31
Hex8AA6BE1BD019d01d40
Octal212246276331503132035100
Binary10001010101001101011111011011110101100111010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,190); }

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

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

 a { background-color: rgb(138,166,190); }

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

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

 span { border-color: rgb(138,166,190); }

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