#BCFAD7

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

Shades of Aero Blue #BCFAD7

Tints of Aero Blue #BCFAD7

Color information

#BCFAD7 (or 0xBCFAD7) is unknown color: approx Aero Blue. HEX triplet: BC, FA and D7. RGB value is (188,250,215). Sum of RGB (Red+Green+Blue) = 188+250+215=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD7 is #430528. Grayscale: #E3E3E3. Windows color (decimal): -4392233 or 14154428. OLE color: 14154428.

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

Color convert

RGB188250215-
CMYK0.2500.140.02
HSL146.13º86.11%85.88%-
HSV(B)146.13º24.8%98.04%-
XYZ67.1983.9776.96-
YUV227.47120.9699.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=28.79%
G=38.28%
B=32.92%

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
Decimal1882502150.2500.140.02146.1386.1185.88
HexBCFAD7190E2925656
Octal274372327310162222126126
Binary1011110011111010110101111100101110101001001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAD7; }

 p { color: rgb(188,250,215); }

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

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

 a { background-color: rgb(188,250,215); }

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

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

 span { border-color: rgb(188,250,215); }

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