#BCFBD4

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

Shades of Aero Blue #BCFBD4

Tints of Aero Blue #BCFBD4

Color information

#BCFBD4 (or 0xBCFBD4) is unknown color: approx Aero Blue. HEX triplet: BC, FB and D4. RGB value is (188,251,212). Sum of RGB (Red+Green+Blue) = 188+251+212=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD4 is #43042B. Grayscale: #E3E3E3. Windows color (decimal): -4391980 or 13958076. OLE color: 13958076.

HSL color Cylindrical-coordinate representation of color #BCFBD4: hue angle of 142.86º 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 #BCFBD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB188251212-
CMYK0.2500.160.02
HSL142.86º88.73%86.08%-
HSV(B)142.86º25.1%98.43%-
XYZ67.1284.4475.05-
YUV227.72119.1399.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=28.88%
G=38.56%
B=32.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512120.2500.160.02142.8688.7386.08
HexBCFBD41901028f5956
Octal274373324310202217131126
Binary10111100111110111101010011001010000101000111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBD4; }

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

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

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

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

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

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

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

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