#BCFDD4

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

Shades of Aero Blue #BCFDD4

Tints of Aero Blue #BCFDD4

Color information

#BCFDD4 (or 0xBCFDD4) is unknown color: approx Aero Blue. HEX triplet: BC, FD and D4. RGB value is (188,253,212). Sum of RGB (Red+Green+Blue) = 188+253+212=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD4 is #43022B. Grayscale: #E4E4E4. Windows color (decimal): -4391468 or 13958588. OLE color: 13958588.

HSL color Cylindrical-coordinate representation of color #BCFDD4: hue angle of 142.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB188253212-
CMYK0.2600.160.01
HSL142.15º94.2%86.47%-
HSV(B)142.15º25.69%99.22%-
XYZ67.7585.775.26-
YUV228.89118.4798.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=28.79%
G=38.74%
B=32.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532120.2600.160.01142.1594.286.47
HexBCFDD41A01018e5e56
Octal274375324320201216136126
Binary1011110011111101110101001101001000011000111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD4; }

 p { color: rgb(188,253,212); }

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

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

 a { background-color: rgb(188,253,212); }

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

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

 span { border-color: rgb(188,253,212); }

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