#BBFEDA

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

Shades of Aero Blue #BBFEDA

Tints of Aero Blue #BBFEDA

Color information

#BBFEDA (or 0xBBFEDA) is unknown color: approx Aero Blue. HEX triplet: BB, FE and DA. RGB value is (187,254,218). Sum of RGB (Red+Green+Blue) = 187+254+218=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDA is #440125. Grayscale: #E5E5E5. Windows color (decimal): -4456742 or 14352059. OLE color: 14352059.

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

Color convert

RGB187254218-
CMYK0.2600.140.00
HSL147.76º97.1%86.47%-
HSV(B)147.76º26.38%99.61%-
XYZ68.5986.5179.41-
YUV229.86121.397.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.38%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=28.38%
G=38.54%
B=33.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542180.2600.140.00147.7697.186.47
HexBBFEDA1A0E0946156
Octal273376332320160224141126
Binary101110111111111011011010110100111001001010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEDA; }

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

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

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

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

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

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

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

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