#BEF8DD

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

Shades of Aero Blue #BEF8DD

Tints of Aero Blue #BEF8DD

Color information

#BEF8DD (or 0xBEF8DD) is unknown color: approx Aero Blue. HEX triplet: BE, F8 and DD. RGB value is (190,248,221). Sum of RGB (Red+Green+Blue) = 190+248+221=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8DD is #410722. Grayscale: #E3E3E3. Windows color (decimal): -4261667 or 14547134. OLE color: 14547134.

HSL color Cylindrical-coordinate representation of color #BEF8DD: hue angle of 152.07º 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 #BEF8DD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB190248221-
CMYK0.2300.110.03
HSL152.07º80.56%85.88%-
HSV(B)152.07º23.39%97.25%-
XYZ67.8583.380.91-
YUV227.58124.28101.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=28.83%
G=37.63%
B=33.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902482210.2300.110.03152.0780.5685.88
HexBEF8DD170B3985156
Octal276370335270133230121126
Binary1011111011111000110111011011101011111001100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8DD; }

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

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

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

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

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

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

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

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