#BEE2D5

Color #BEE2D5 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BEE2D5

Tints of Aero Blue #BEE2D5

Color information

#BEE2D5 (or 0xBEE2D5) is unknown color: approx Aero Blue. HEX triplet: BE, E2 and D5. RGB value is (190,226,213). Sum of RGB (Red+Green+Blue) = 190+226+213=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2D5 is #411D2A. Grayscale: #D5D5D5. Windows color (decimal): -4267307 or 14017214. OLE color: 14017214.

HSL color Cylindrical-coordinate representation of color #BEE2D5: hue angle of 158.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2D5 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB190226213-
CMYK0.1600.060.11
HSL158.33º38.3%81.57%-
HSV(B)158.33º15.93%88.63%-
XYZ60.4470.1473.3-
YUV213.75127.57111.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=30.21%
G=35.93%
B=33.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902262130.1600.060.11158.3338.381.57
HexBEE2D51006B9e2652
Octal27634232520061323646122
Binary1011111011100010110101011000001101011100111101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2D5; }

 p { color: rgb(190,226,213); }

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

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

 a { background-color: rgb(190,226,213); }

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

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

 span { border-color: rgb(190,226,213); }

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