#BEF1DA

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

Shades of Aero Blue #BEF1DA

Tints of Aero Blue #BEF1DA

Color information

#BEF1DA (or 0xBEF1DA) is unknown color: approx Aero Blue. HEX triplet: BE, F1 and DA. RGB value is (190,241,218). Sum of RGB (Red+Green+Blue) = 190+241+218=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DA is #410E25. Grayscale: #DFDFDF. Windows color (decimal): -4263462 or 14348734. OLE color: 14348734.

HSL color Cylindrical-coordinate representation of color #BEF1DA: hue angle of 152.94º degrees, saturation: 0.65, 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 #BEF1DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB190241218-
CMYK0.2100.100.05
HSL152.94º64.56%84.51%-
HSV(B)152.94º21.16%94.51%-
XYZ65.3578.9278.12-
YUV223.13125.1104.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=29.28%
G=37.13%
B=33.59%

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
Decimal1902412180.2100.100.05152.9464.5684.51
HexBEF1DA150A5994155
Octal276361332250125231101125
Binary10111110111100011101101010101010101011001100110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1DA; }

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

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

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

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

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

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

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

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