#BCFEDD

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

Shades of Aero Blue #BCFEDD

Tints of Aero Blue #BCFEDD

Color information

#BCFEDD (or 0xBCFEDD) is unknown color: approx Aero Blue. HEX triplet: BC, FE and DD. RGB value is (188,254,221). Sum of RGB (Red+Green+Blue) = 188+254+221=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEDD is #430122. Grayscale: #E6E6E6. Windows color (decimal): -4391203 or 14548668. OLE color: 14548668.

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

Color convert

RGB188254221-
CMYK0.2600.130.00
HSL150º97.06%86.67%-
HSV(B)150º25.98%99.61%-
XYZ69.2386.881.51-
YUV230.5122.6397.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=28.36%
G=38.31%
B=33.33%

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
Decimal1882542210.2600.130.0015097.0686.67
HexBCFEDD1A0D0966157
Octal274376335320150226141127
Binary101111001111111011011101110100110101001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEDD; }

 p { color: rgb(188,254,221); }

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

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

 a { background-color: rgb(188,254,221); }

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

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

 span { border-color: rgb(188,254,221); }

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