#BEF2D4

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

Shades of Aero Blue #BEF2D4

Tints of Aero Blue #BEF2D4

Color information

#BEF2D4 (or 0xBEF2D4) is unknown color: approx Aero Blue. HEX triplet: BE, F2 and D4. RGB value is (190,242,212). Sum of RGB (Red+Green+Blue) = 190+242+212=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D4 is #410D2B. Grayscale: #DFDFDF. Windows color (decimal): -4263212 or 13955774. OLE color: 13955774.

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

Color convert

RGB190242212-
CMYK0.2100.120.05
HSL145.38º66.67%84.71%-
HSV(B)145.38º21.49%94.9%-
XYZ64.8779.274.16-
YUV223.03121.77104.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 212 (83.20% from 255) = 32.92%
R=29.50%
G=37.58%
B=32.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422120.2100.120.05145.3866.6784.71
HexBEF2D4150C5914355
Octal276362324250145221103125
Binary10111110111100101101010010101011001011001000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2D4; }

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

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

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

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

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

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

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

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