#BEFBDE

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

Shades of Aero Blue #BEFBDE

Tints of Aero Blue #BEFBDE

Color information

#BEFBDE (or 0xBEFBDE) is unknown color: approx Aero Blue. HEX triplet: BE, FB and DE. RGB value is (190,251,222). Sum of RGB (Red+Green+Blue) = 190+251+222=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBDE is #410421. Grayscale: #E5E5E5. Windows color (decimal): -4260898 or 14613438. OLE color: 14613438.

HSL color Cylindrical-coordinate representation of color #BEFBDE: hue angle of 151.48º degrees, saturation: 0.88, 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 #BEFBDE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB190251222-
CMYK0.2400.120.02
HSL151.48º88.41%86.47%-
HSV(B)151.48º24.3%98.43%-
XYZ68.9285.2281.92-
YUV229.46123.7999.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=28.66%
G=37.86%
B=33.48%

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
Decimal1902512220.2400.120.02151.4888.4186.47
HexBEFBDE180C2975856
Octal276373336300142227130126
Binary1011111011111011110111101100001100101001011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBDE; }

 p { color: rgb(190,251,222); }

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

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

 a { background-color: rgb(190,251,222); }

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

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

 span { border-color: rgb(190,251,222); }

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