#BBFEDE

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

Shades of Aero Blue #BBFEDE

Tints of Aero Blue #BBFEDE

Color information

#BBFEDE (or 0xBBFEDE) is unknown color: approx Aero Blue. HEX triplet: BB, FE and DE. RGB value is (187,254,222). Sum of RGB (Red+Green+Blue) = 187+254+222=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDE is #440121. Grayscale: #E6E6E6. Windows color (decimal): -4456738 or 14614203. OLE color: 14614203.

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

Color convert

RGB187254222-
CMYK0.2600.130.00
HSL151.34º97.1%86.47%-
HSV(B)151.34º26.38%99.61%-
XYZ69.1286.7282.2-
YUV230.32123.397.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=28.21%
G=38.31%
B=33.48%

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
Decimal1872542220.2600.130.00151.3497.186.47
HexBBFEDE1A0D0976156
Octal273376336320150227141126
Binary101110111111111011011110110100110101001011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEDE; }

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

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

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

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

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

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

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

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