#BEFEDA

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

Shades of Aero Blue #BEFEDA

Tints of Aero Blue #BEFEDA

Color information

#BEFEDA (or 0xBEFEDA) is unknown color: approx Aero Blue. HEX triplet: BE, FE and DA. RGB value is (190,254,218). Sum of RGB (Red+Green+Blue) = 190+254+218=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDA is #410125. Grayscale: #E6E6E6. Windows color (decimal): -4260134 or 14352062. OLE color: 14352062.

HSL color Cylindrical-coordinate representation of color #BEFEDA: hue angle of 146.25º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEDA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB190254218-
CMYK0.2500.140.00
HSL146.25º96.97%87.06%-
HSV(B)146.25º25.2%99.61%-
XYZ69.3386.8979.45-
YUV230.76120.898.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=28.70%
G=38.37%
B=32.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542180.2500.140.00146.2596.9787.06
HexBEFEDA190E0926157
Octal276376332310160222141127
Binary101111101111111011011010110010111001001001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEDA; }

 p { color: rgb(190,254,218); }

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

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

 a { background-color: rgb(190,254,218); }

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

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

 span { border-color: rgb(190,254,218); }

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