#BEF9DA

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

Shades of Aero Blue #BEF9DA

Tints of Aero Blue #BEF9DA

Color information

#BEF9DA (or 0xBEF9DA) is unknown color: approx Aero Blue. HEX triplet: BE, F9 and DA. RGB value is (190,249,218). Sum of RGB (Red+Green+Blue) = 190+249+218=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9DA is #410625. Grayscale: #E3E3E3. Windows color (decimal): -4261414 or 14350782. OLE color: 14350782.

HSL color Cylindrical-coordinate representation of color #BEF9DA: hue angle of 148.47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9DA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB190249218-
CMYK0.2400.120.02
HSL148.47º83.1%86.08%-
HSV(B)148.47º23.69%97.65%-
XYZ67.7783.7678.93-
YUV227.82122.45101.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=28.92%
G=37.90%
B=33.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492180.2400.120.02148.4783.186.08
HexBEF9DA180C2945356
Octal276371332300142224123126
Binary1011111011111001110110101100001100101001010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9DA; }

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

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

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

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

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

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

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

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