#BCFDD9

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

Shades of Aero Blue #BCFDD9

Tints of Aero Blue #BCFDD9

Color information

#BCFDD9 (or 0xBCFDD9) is unknown color: approx Aero Blue. HEX triplet: BC, FD and D9. RGB value is (188,253,217). Sum of RGB (Red+Green+Blue) = 188+253+217=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD9 is #430226. Grayscale: #E5E5E5. Windows color (decimal): -4391463 or 14286268. OLE color: 14286268.

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

Color convert

RGB188253217-
CMYK0.2600.140.01
HSL146.77º94.2%86.47%-
HSV(B)146.77º25.69%99.22%-
XYZ68.3985.9578.63-
YUV229.46120.9798.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=28.57%
G=38.45%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532170.2600.140.01146.7794.286.47
HexBCFDD91A0E1935e56
Octal274375331320161223136126
Binary101111001111110111011001110100111011001001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD9; }

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

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

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

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

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

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

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

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