#BEF0D1

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

Shades of Aero Blue #BEF0D1

Tints of Aero Blue #BEF0D1

Color information

#BEF0D1 (or 0xBEF0D1) is unknown color: approx Aero Blue. HEX triplet: BE, F0 and D1. RGB value is (190,240,209). Sum of RGB (Red+Green+Blue) = 190+240+209=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0D1 is #410F2E. Grayscale: #DDDDDD. Windows color (decimal): -4263727 or 13758654. OLE color: 13758654.

HSL color Cylindrical-coordinate representation of color #BEF0D1: hue angle of 142.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0D1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB190240209-
CMYK0.2100.130.06
HSL142.8º62.5%84.31%-
HSV(B)142.8º20.83%94.12%-
XYZ63.977.8771.98-
YUV221.52120.94105.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=29.73%
G=37.56%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902402090.2100.130.06142.862.584.31
HexBEF0D1150D68f3e54
Octal27636032125015621776124
Binary1011111011110000110100011010101101110100011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0D1; }

 p { color: rgb(190,240,209); }

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

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

 a { background-color: rgb(190,240,209); }

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

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

 span { border-color: rgb(190,240,209); }

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