#BBFED6

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

Shades of Aero Blue #BBFED6

Tints of Aero Blue #BBFED6

Color information

#BBFED6 (or 0xBBFED6) is unknown color: approx Aero Blue. HEX triplet: BB, FE and D6. RGB value is (187,254,214). Sum of RGB (Red+Green+Blue) = 187+254+214=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED6 is #440129. Grayscale: #E5E5E5. Windows color (decimal): -4456746 or 14089915. OLE color: 14089915.

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

Color convert

RGB187254214-
CMYK0.2600.160.00
HSL144.18º97.1%86.47%-
HSV(B)144.18º26.38%99.61%-
XYZ68.0786.376.69-
YUV229.41119.397.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=28.55%
G=38.78%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542140.2600.160.00144.1897.186.47
HexBBFED61A0100906156
Octal273376326320200220141126
Binary1011101111111110110101101101001000001001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFED6; }

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

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

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

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

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

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

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

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