#BEF1D2

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

Shades of Aero Blue #BEF1D2

Tints of Aero Blue #BEF1D2

Color information

#BEF1D2 (or 0xBEF1D2) is unknown color: approx Aero Blue. HEX triplet: BE, F1 and D2. RGB value is (190,241,210). Sum of RGB (Red+Green+Blue) = 190+241+210=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1D2 is #410E2D. Grayscale: #DEDEDE. Windows color (decimal): -4263470 or 13824446. OLE color: 13824446.

HSL color Cylindrical-coordinate representation of color #BEF1D2: hue angle of 143.53º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1D2 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB190241210-
CMYK0.2100.130.05
HSL143.53º64.56%84.51%-
HSV(B)143.53º21.16%94.51%-
XYZ64.3278.5172.74-
YUV222.22121.1105.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=29.64%
G=37.60%
B=32.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412100.2100.130.05143.5364.5684.51
HexBEF1D2150D5904155
Octal276361322250155220101125
Binary10111110111100011101001010101011011011001000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1D2; }

 p { color: rgb(190,241,210); }

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

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

 a { background-color: rgb(190,241,210); }

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

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

 span { border-color: rgb(190,241,210); }

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