#8AA5BE

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

Shades of Nepal #8AA5BE

Tints of Nepal #8AA5BE

Color information

#8AA5BE (or 0x8AA5BE) is unknown color: approx Nepal. HEX triplet: 8A, A5 and BE. RGB value is (138,165,190). Sum of RGB (Red+Green+Blue) = 138+165+190=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5BE is #755A41. Grayscale: #9F9F9F. Windows color (decimal): -7690818 or 12494218. OLE color: 12494218.

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

Color convert

RGB138165190-
CMYK0.270.1300.25
HSL208.85º28.57%64.31%-
HSV(B)208.85º27.37%74.51%-
XYZ33.2336.0353.92-
YUV159.78145.05112.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=27.99%
G=33.47%
B=38.54%

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
Decimal1381651900.270.1300.25208.8528.5764.31
Hex8AA5BE1BD019d11d40
Octal212245276331503132135100
Binary10001010101001011011111011011110101100111010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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