#BEF8DA

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

Shades of Aero Blue #BEF8DA

Tints of Aero Blue #BEF8DA

Color information

#BEF8DA (or 0xBEF8DA) is unknown color: approx Aero Blue. HEX triplet: BE, F8 and DA. RGB value is (190,248,218). Sum of RGB (Red+Green+Blue) = 190+248+218=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8DA is #410725. Grayscale: #E3E3E3. Windows color (decimal): -4261670 or 14350526. OLE color: 14350526.

HSL color Cylindrical-coordinate representation of color #BEF8DA: hue angle of 148.97º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF8DA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB190248218-
CMYK0.2300.120.03
HSL148.97º80.56%85.88%-
HSV(B)148.97º23.39%97.25%-
XYZ67.4683.1478.82-
YUV227.24122.78101.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=28.96%
G=37.80%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482180.2300.120.03148.9780.5685.88
HexBEF8DA170C3955156
Octal276370332270143225121126
Binary1011111011111000110110101011101100111001010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8DA; }

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

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

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

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

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

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

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

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