#BEF6DC

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

Shades of Aero Blue #BEF6DC

Tints of Aero Blue #BEF6DC

Color information

#BEF6DC (or 0xBEF6DC) is unknown color: approx Aero Blue. HEX triplet: BE, F6 and DC. RGB value is (190,246,220). Sum of RGB (Red+Green+Blue) = 190+246+220=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6DC is #410923. Grayscale: #E2E2E2. Windows color (decimal): -4262180 or 14481086. OLE color: 14481086.

HSL color Cylindrical-coordinate representation of color #BEF6DC: hue angle of 152.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6DC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB190246220-
CMYK0.2300.110.04
HSL152.14º75.68%85.49%-
HSV(B)152.14º22.76%96.47%-
XYZ67.1182.0380.01-
YUV226.29124.45102.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=28.96%
G=37.5%
B=33.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902462200.2300.110.04152.1475.6885.49
HexBEF6DC170B4984c55
Octal276366334270134230114125
Binary10111110111101101101110010111010111001001100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6DC; }

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

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

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

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

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

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

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

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