#BEE1D4

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

Shades of Aero Blue #BEE1D4

Tints of Aero Blue #BEE1D4

Color information

#BEE1D4 (or 0xBEE1D4) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and D4. RGB value is (190,225,212). Sum of RGB (Red+Green+Blue) = 190+225+212=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D4 is #411E2B. Grayscale: #D5D5D5. Windows color (decimal): -4267564 or 13951422. OLE color: 13951422.

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

Color convert

RGB190225212-
CMYK0.1600.060.12
HSL157.71º36.84%81.37%-
HSV(B)157.71º15.56%88.24%-
XYZ60.0469.5572.55-
YUV213.05127.4111.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=30.30%
G=35.89%
B=33.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252120.1600.060.12157.7136.8481.37
HexBEE1D41006C9e2551
Octal27634132420061423645121
Binary1011111011100001110101001000001101100100111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1D4; }

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

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

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

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

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

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

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

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