#BEF2DA

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

Shades of Aero Blue #BEF2DA

Tints of Aero Blue #BEF2DA

Color information

#BEF2DA (or 0xBEF2DA) is unknown color: approx Aero Blue. HEX triplet: BE, F2 and DA. RGB value is (190,242,218). Sum of RGB (Red+Green+Blue) = 190+242+218=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DA is #410D25. Grayscale: #DFDFDF. Windows color (decimal): -4263206 or 14348990. OLE color: 14348990.

HSL color Cylindrical-coordinate representation of color #BEF2DA: hue angle of 152.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB190242218-
CMYK0.2100.100.05
HSL152.31º66.67%84.71%-
HSV(B)152.31º21.49%94.9%-
XYZ65.6479.5178.22-
YUV223.72124.77103.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=29.23%
G=37.23%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422180.2100.100.05152.3166.6784.71
HexBEF2DA150A5984355
Octal276362332250125230103125
Binary10111110111100101101101010101010101011001100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2DA; }

 p { color: rgb(190,242,218); }

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

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

 a { background-color: rgb(190,242,218); }

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

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

 span { border-color: rgb(190,242,218); }

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