#BEF9D9

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

Shades of Aero Blue #BEF9D9

Tints of Aero Blue #BEF9D9

Color information

#BEF9D9 (or 0xBEF9D9) is unknown color: approx Aero Blue. HEX triplet: BE, F9 and D9. RGB value is (190,249,217). Sum of RGB (Red+Green+Blue) = 190+249+217=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9D9 is #410626. Grayscale: #E3E3E3. Windows color (decimal): -4261415 or 14285246. OLE color: 14285246.

HSL color Cylindrical-coordinate representation of color #BEF9D9: hue angle of 147.46º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9D9 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB190249217-
CMYK0.2400.130.02
HSL147.46º83.1%86.08%-
HSV(B)147.46º23.69%97.65%-
XYZ67.6483.7178.24-
YUV227.71121.95101.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=28.96%
G=37.96%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492170.2400.130.02147.4683.186.08
HexBEF9D9180D2935356
Octal276371331300152223123126
Binary1011111011111001110110011100001101101001001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9D9; }

 p { color: rgb(190,249,217); }

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

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

 a { background-color: rgb(190,249,217); }

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

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

 span { border-color: rgb(190,249,217); }

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