#BCFAD8

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

Shades of Aero Blue #BCFAD8

Tints of Aero Blue #BCFAD8

Color information

#BCFAD8 (or 0xBCFAD8) is unknown color: approx Aero Blue. HEX triplet: BC, FA and D8. RGB value is (188,250,216). Sum of RGB (Red+Green+Blue) = 188+250+216=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD8 is #430527. Grayscale: #E3E3E3. Windows color (decimal): -4392232 or 14219964. OLE color: 14219964.

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

Color convert

RGB188250216-
CMYK0.2500.140.02
HSL147.1º86.11%85.88%-
HSV(B)147.1º24.8%98.04%-
XYZ67.3284.0277.64-
YUV227.59121.4699.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=28.75%
G=38.23%
B=33.03%

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
Decimal1882502160.2500.140.02147.186.1185.88
HexBCFAD8190E2935656
Octal274372330310162223126126
Binary1011110011111010110110001100101110101001001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAD8; }

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

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

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

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

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

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

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

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