#8AA7BE

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

Shades of Nepal #8AA7BE

Tints of Nepal #8AA7BE

Color information

#8AA7BE (or 0x8AA7BE) is unknown color: approx Nepal. HEX triplet: 8A, A7 and BE. RGB value is (138,167,190). Sum of RGB (Red+Green+Blue) = 138+167+190=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7BE is #755841. Grayscale: #A0A0A0. Windows color (decimal): -7690306 or 12494730. OLE color: 12494730.

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

Color convert

RGB138167190-
CMYK0.270.1200.25
HSL206.54º28.57%64.31%-
HSV(B)206.54º27.37%74.51%-
XYZ33.5936.7654.04-
YUV160.95144.39111.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=27.88%
G=33.74%
B=38.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381671900.270.1200.25206.5428.5764.31
Hex8AA7BE1BC019cf1d40
Octal212247276331403131735100
Binary10001010101001111011111011011110001100111001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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