#BEE1D1

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

Shades of Aero Blue #BEE1D1

Tints of Aero Blue #BEE1D1

Color information

#BEE1D1 (or 0xBEE1D1) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and D1. RGB value is (190,225,209). Sum of RGB (Red+Green+Blue) = 190+225+209=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D1 is #411E2E. Grayscale: #D4D4D4. Windows color (decimal): -4267567 or 13754814. OLE color: 13754814.

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

Color convert

RGB190225209-
CMYK0.1600.070.12
HSL152.57º36.84%81.37%-
HSV(B)152.57º15.56%88.24%-
XYZ59.6769.470.57-
YUV212.71125.9111.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 225 (88.28% from 255) = 36.06%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=30.45%
G=36.06%
B=33.49%

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
Decimal1902252090.1600.070.12152.5736.8481.37
HexBEE1D11007C992551
Octal27634132120071423145121
Binary1011111011100001110100011000001111100100110011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1D1; }

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

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

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

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

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

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

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

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