#BEE1CF

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

Shades of Aero Blue #BEE1CF

Tints of Aero Blue #BEE1CF

Color information

#BEE1CF (or 0xBEE1CF) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and CF. RGB value is (190,225,207). Sum of RGB (Red+Green+Blue) = 190+225+207=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CF is #411E30. Grayscale: #D4D4D4. Windows color (decimal): -4267569 or 13623742. OLE color: 13623742.

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

Color convert

RGB190225207-
CMYK0.1600.080.12
HSL149.14º36.84%81.37%-
HSV(B)149.14º15.56%88.24%-
XYZ59.4269.369.28-
YUV212.48124.9111.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=30.55%
G=36.17%
B=33.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252070.1600.080.12149.1436.8481.37
HexBEE1CF1008C952551
Octal276341317200101422545121
Binary10111110111000011100111110000010001100100101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1CF; }

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

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

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

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

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

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

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

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