#BEFEDE

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

Shades of Aero Blue #BEFEDE

Tints of Aero Blue #BEFEDE

Color information

#BEFEDE (or 0xBEFEDE) is unknown color: approx Aero Blue. HEX triplet: BE, FE and DE. RGB value is (190,254,222). Sum of RGB (Red+Green+Blue) = 190+254+222=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDE is #410121. Grayscale: #E7E7E7. Windows color (decimal): -4260130 or 14614206. OLE color: 14614206.

HSL color Cylindrical-coordinate representation of color #BEFEDE: hue angle of 150º 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 #BEFEDE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB190254222-
CMYK0.2500.130.00
HSL150º96.97%87.06%-
HSV(B)150º25.2%99.61%-
XYZ69.8687.182.24-
YUV231.22122.898.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=28.53%
G=38.14%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542220.2500.130.0015096.9787.06
HexBEFEDE190D0966157
Octal276376336310150226141127
Binary101111101111111011011110110010110101001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEDE; }

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

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

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

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

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

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

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

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