#BEF2DB

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

Shades of Aero Blue #BEF2DB

Tints of Aero Blue #BEF2DB

Color information

#BEF2DB (or 0xBEF2DB) is unknown color: approx Aero Blue. HEX triplet: BE, F2 and DB. RGB value is (190,242,219). Sum of RGB (Red+Green+Blue) = 190+242+219=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DB is #410D24. Grayscale: #DFDFDF. Windows color (decimal): -4263205 or 14414526. OLE color: 14414526.

HSL color Cylindrical-coordinate representation of color #BEF2DB: hue angle of 153.46º degrees, saturation: 0.67, 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 #BEF2DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB190242219-
CMYK0.2100.100.05
HSL153.46º66.67%84.71%-
HSV(B)153.46º21.49%94.9%-
XYZ65.7779.5778.91-
YUV223.83125.27103.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=29.19%
G=37.17%
B=33.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422190.2100.100.05153.4666.6784.71
HexBEF2DB150A5994355
Octal276362333250125231103125
Binary10111110111100101101101110101010101011001100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2DB; }

 p { color: rgb(190,242,219); }

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

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

 a { background-color: rgb(190,242,219); }

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

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

 span { border-color: rgb(190,242,219); }

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