#BEE1D2

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

Shades of Aero Blue #BEE1D2

Tints of Aero Blue #BEE1D2

Color information

#BEE1D2 (or 0xBEE1D2) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and D2. RGB value is (190,225,210). Sum of RGB (Red+Green+Blue) = 190+225+210=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D2 is #411E2D. Grayscale: #D4D4D4. Windows color (decimal): -4267566 or 13820350. OLE color: 13820350.

HSL color Cylindrical-coordinate representation of color #BEE1D2: hue angle of 154.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB190225210-
CMYK0.1600.070.12
HSL154.29º36.84%81.37%-
HSV(B)154.29º15.56%88.24%-
XYZ59.7969.4571.23-
YUV212.82126.4111.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=30.4%
G=36%
B=33.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252100.1600.070.12154.2936.8481.37
HexBEE1D21007C9a2551
Octal27634132220071423245121
Binary1011111011100001110100101000001111100100110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1D2; }

 p { color: rgb(190,225,210); }

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

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

 a { background-color: rgb(190,225,210); }

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

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

 span { border-color: rgb(190,225,210); }

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