#BEF9DD

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

Shades of Aero Blue #BEF9DD

Tints of Aero Blue #BEF9DD

Color information

#BEF9DD (or 0xBEF9DD) is unknown color: approx Aero Blue. HEX triplet: BE, F9 and DD. RGB value is (190,249,221). Sum of RGB (Red+Green+Blue) = 190+249+221=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9DD is #410622. Grayscale: #E4E4E4. Windows color (decimal): -4261411 or 14547390. OLE color: 14547390.

HSL color Cylindrical-coordinate representation of color #BEF9DD: hue angle of 151.53º 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 #BEF9DD is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB190249221-
CMYK0.2400.110.02
HSL151.53º83.1%86.08%-
HSV(B)151.53º23.69%97.65%-
XYZ68.1683.9281.01-
YUV228.17123.95100.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=28.79%
G=37.73%
B=33.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492210.2400.110.02151.5383.186.08
HexBEF9DD180B2985356
Octal276371335300132230123126
Binary1011111011111001110111011100001011101001100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9DD; }

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

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

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

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

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

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

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

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