#BCFBD9

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

Shades of Aero Blue #BCFBD9

Tints of Aero Blue #BCFBD9

Color information

#BCFBD9 (or 0xBCFBD9) is unknown color: approx Aero Blue. HEX triplet: BC, FB and D9. RGB value is (188,251,217). Sum of RGB (Red+Green+Blue) = 188+251+217=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD9 is #430426. Grayscale: #E4E4E4. Windows color (decimal): -4391975 or 14285756. OLE color: 14285756.

HSL color Cylindrical-coordinate representation of color #BCFBD9: hue angle of 147.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB188251217-
CMYK0.2500.140.02
HSL147.62º88.73%86.08%-
HSV(B)147.62º25.1%98.43%-
XYZ67.7684.778.42-
YUV228.29121.6399.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=28.66%
G=38.26%
B=33.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512170.2500.140.02147.6288.7386.08
HexBCFBD9190E2945956
Octal274373331310162224131126
Binary1011110011111011110110011100101110101001010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBD9; }

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

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

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

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

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

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

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

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