#BEFEDD

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

Shades of Aero Blue #BEFEDD

Tints of Aero Blue #BEFEDD

Color information

#BEFEDD (or 0xBEFEDD) is unknown color: approx Aero Blue. HEX triplet: BE, FE and DD. RGB value is (190,254,221). Sum of RGB (Red+Green+Blue) = 190+254+221=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDD is #410122. Grayscale: #E7E7E7. Windows color (decimal): -4260131 or 14548670. OLE color: 14548670.

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

Color convert

RGB190254221-
CMYK0.2500.130.00
HSL149.06º96.97%87.06%-
HSV(B)149.06º25.2%99.61%-
XYZ69.7387.0581.53-
YUV231.1122.398.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=28.57%
G=38.20%
B=33.23%

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
Decimal1902542210.2500.130.00149.0696.9787.06
HexBEFEDD190D0956157
Octal276376335310150225141127
Binary101111101111111011011101110010110101001010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEDD; }

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

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

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

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

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

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

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

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