#BEF2D8

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

Shades of Aero Blue #BEF2D8

Tints of Aero Blue #BEF2D8

Color information

#BEF2D8 (or 0xBEF2D8) is unknown color: approx Aero Blue. HEX triplet: BE, F2 and D8. RGB value is (190,242,216). Sum of RGB (Red+Green+Blue) = 190+242+216=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2D8 is #410D27. Grayscale: #DFDFDF. Windows color (decimal): -4263208 or 14217918. OLE color: 14217918.

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

Color convert

RGB190242216-
CMYK0.2100.110.05
HSL150º66.67%84.71%-
HSV(B)150º21.49%94.9%-
XYZ65.3879.4176.85-
YUV223.49123.77104.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 216 (84.77% from 255) = 33.33%
R=29.32%
G=37.35%
B=33.33%

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
Decimal1902422160.2100.110.0515066.6784.71
HexBEF2D8150B5964355
Octal276362330250135226103125
Binary10111110111100101101100010101010111011001011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2D8; }

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

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

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

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

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

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

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

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