#BBFEDC

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

Shades of Aero Blue #BBFEDC

Tints of Aero Blue #BBFEDC

Color information

#BBFEDC (or 0xBBFEDC) is unknown color: approx Aero Blue. HEX triplet: BB, FE and DC. RGB value is (187,254,220). Sum of RGB (Red+Green+Blue) = 187+254+220=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDC is #440123. Grayscale: #E6E6E6. Windows color (decimal): -4456740 or 14483131. OLE color: 14483131.

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

Color convert

RGB187254220-
CMYK0.2600.130.00
HSL149.55º97.1%86.47%-
HSV(B)149.55º26.38%99.61%-
XYZ68.8586.6280.8-
YUV230.09122.397.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=28.29%
G=38.43%
B=33.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542200.2600.130.00149.5597.186.47
HexBBFEDC1A0D0966156
Octal273376334320150226141126
Binary101110111111111011011100110100110101001011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEDC; }

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

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

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

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

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

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

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

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