#BEE2D0

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

Shades of Aero Blue #BEE2D0

Tints of Aero Blue #BEE2D0

Color information

#BEE2D0 (or 0xBEE2D0) is unknown color: approx Aero Blue. HEX triplet: BE, E2 and D0. RGB value is (190,226,208). Sum of RGB (Red+Green+Blue) = 190+226+208=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2D0 is #411D2F. Grayscale: #D5D5D5. Windows color (decimal): -4267312 or 13689534. OLE color: 13689534.

HSL color Cylindrical-coordinate representation of color #BEE2D0: hue angle of 150º 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 #BEE2D0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB190226208-
CMYK0.1600.080.11
HSL150º38.3%81.57%-
HSV(B)150º15.93%88.63%-
XYZ59.8269.8970.01-
YUV213.18125.07111.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 226 (88.67% from 255) = 36.22%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=30.45%
G=36.22%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902262080.1600.080.1115038.381.57
HexBEE2D01008B962652
Octal276342320200101322646122
Binary10111110111000101101000010000010001011100101101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2D0; }

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

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

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

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

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

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

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

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