#BEF6D3

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

Shades of Aero Blue #BEF6D3

Tints of Aero Blue #BEF6D3

Color information

#BEF6D3 (or 0xBEF6D3) is unknown color: approx Aero Blue. HEX triplet: BE, F6 and D3. RGB value is (190,246,211). Sum of RGB (Red+Green+Blue) = 190+246+211=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6D3 is #41092C. Grayscale: #E1E1E1. Windows color (decimal): -4262189 or 13891262. OLE color: 13891262.

HSL color Cylindrical-coordinate representation of color #BEF6D3: hue angle of 142.5º 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 #BEF6D3 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB190246211-
CMYK0.2300.140.04
HSL142.5º75.68%85.49%-
HSV(B)142.5º22.76%96.47%-
XYZ65.9581.5673.9-
YUV225.27119.95102.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 246 (96.48% from 255) = 38.02%
BLUE value IS 211 (82.81% from 255) = 32.61%
R=29.37%
G=38.02%
B=32.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902462110.2300.140.04142.575.6885.49
HexBEF6D3170E48e4c55
Octal276366323270164216114125
Binary10111110111101101101001110111011101001000111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6D3; }

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

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

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

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

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

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

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

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