#BCF9DA

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

Shades of Aero Blue #BCF9DA

Tints of Aero Blue #BCF9DA

Color information

#BCF9DA (or 0xBCF9DA) is unknown color: approx Aero Blue. HEX triplet: BC, F9 and DA. RGB value is (188,249,218). Sum of RGB (Red+Green+Blue) = 188+249+218=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9DA is #430625. Grayscale: #E3E3E3. Windows color (decimal): -4392486 or 14350780. OLE color: 14350780.

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

Color convert

RGB188249218-
CMYK0.2400.120.02
HSL149.51º83.56%85.69%-
HSV(B)149.51º24.5%97.65%-
XYZ67.2783.578.9-
YUV227.23122.79100.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 249 (97.66% from 255) = 38.02%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=28.70%
G=38.02%
B=33.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492180.2400.120.02149.5183.5685.69
HexBCF9DA180C2965456
Octal274371332300142226124126
Binary1011110011111001110110101100001100101001011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9DA; }

 p { color: rgb(188,249,218); }

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

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

 a { background-color: rgb(188,249,218); }

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

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

 span { border-color: rgb(188,249,218); }

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