#BEFDDA

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

Shades of Aero Blue #BEFDDA

Tints of Aero Blue #BEFDDA

Color information

#BEFDDA (or 0xBEFDDA) is unknown color: approx Aero Blue. HEX triplet: BE, FD and DA. RGB value is (190,253,218). Sum of RGB (Red+Green+Blue) = 190+253+218=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDA is #410225. Grayscale: #E6E6E6. Windows color (decimal): -4260390 or 14351806. OLE color: 14351806.

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

Color convert

RGB190253218-
CMYK0.2500.140.01
HSL146.67º94.03%86.86%-
HSV(B)146.67º24.9%99.22%-
XYZ69.0286.2679.34-
YUV230.17121.1399.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=28.74%
G=38.28%
B=32.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532180.2500.140.01146.6794.0386.86
HexBEFDDA190E1935e57
Octal276375332310161223136127
Binary101111101111110111011010110010111011001001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDDA; }

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

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

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

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

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

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

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

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