#BEF2D7

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

Shades of Aero Blue #BEF2D7

Tints of Aero Blue #BEF2D7

Color information

#BEF2D7 (or 0xBEF2D7) is unknown color: approx Aero Blue. HEX triplet: BE, F2 and D7. RGB value is (190,242,215). Sum of RGB (Red+Green+Blue) = 190+242+215=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D7 is #410D28. Grayscale: #DFDFDF. Windows color (decimal): -4263209 or 14152382. OLE color: 14152382.

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

Color convert

RGB190242215-
CMYK0.2100.110.05
HSL148.85º66.67%84.71%-
HSV(B)148.85º21.49%94.9%-
XYZ65.2579.3676.17-
YUV223.37123.27104.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 215 (84.38% from 255) = 33.23%
R=29.37%
G=37.40%
B=33.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422150.2100.110.05148.8566.6784.71
HexBEF2D7150B5954355
Octal276362327250135225103125
Binary10111110111100101101011110101010111011001010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2D7; }

 p { color: rgb(190,242,215); }

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

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

 a { background-color: rgb(190,242,215); }

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

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

 span { border-color: rgb(190,242,215); }

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