#BEF7DC

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

Shades of Aero Blue #BEF7DC

Tints of Aero Blue #BEF7DC

Color information

#BEF7DC (or 0xBEF7DC) is unknown color: approx Aero Blue. HEX triplet: BE, F7 and DC. RGB value is (190,247,220). Sum of RGB (Red+Green+Blue) = 190+247+220=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7DC is #410823. Grayscale: #E2E2E2. Windows color (decimal): -4261924 or 14481342. OLE color: 14481342.

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

Color convert

RGB190247220-
CMYK0.2300.110.03
HSL151.58º78.08%85.69%-
HSV(B)151.58º23.08%96.86%-
XYZ67.4182.6480.11-
YUV226.88124.12101.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=28.92%
G=37.60%
B=33.49%

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
Decimal1902472200.2300.110.03151.5878.0885.69
HexBEF7DC170B3984e56
Octal276367334270133230116126
Binary1011111011110111110111001011101011111001100010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7DC; }

 p { color: rgb(190,247,220); }

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

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

 a { background-color: rgb(190,247,220); }

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

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

 span { border-color: rgb(190,247,220); }

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