#BCFDD8

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

Shades of Aero Blue #BCFDD8

Tints of Aero Blue #BCFDD8

Color information

#BCFDD8 (or 0xBCFDD8) is unknown color: approx Aero Blue. HEX triplet: BC, FD and D8. RGB value is (188,253,216). Sum of RGB (Red+Green+Blue) = 188+253+216=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD8 is #430227. Grayscale: #E5E5E5. Windows color (decimal): -4391464 or 14220732. OLE color: 14220732.

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

Color convert

RGB188253216-
CMYK0.2600.150.01
HSL145.85º94.2%86.47%-
HSV(B)145.85º25.69%99.22%-
XYZ68.2685.977.95-
YUV229.35120.4798.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=28.61%
G=38.51%
B=32.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532160.2600.150.01145.8594.286.47
HexBCFDD81A0F1925e56
Octal274375330320171222136126
Binary101111001111110111011000110100111111001001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD8; }

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

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

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

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

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

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

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

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