#BCF8DA

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

Shades of Aero Blue #BCF8DA

Tints of Aero Blue #BCF8DA

Color information

#BCF8DA (or 0xBCF8DA) is unknown color: approx Aero Blue. HEX triplet: BC, F8 and DA. RGB value is (188,248,218). Sum of RGB (Red+Green+Blue) = 188+248+218=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8DA is #430725. Grayscale: #E2E2E2. Windows color (decimal): -4392742 or 14350524. OLE color: 14350524.

HSL color Cylindrical-coordinate representation of color #BCF8DA: hue angle of 150º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8DA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB188248218-
CMYK0.2400.120.03
HSL150º81.08%85.49%-
HSV(B)150º24.19%97.25%-
XYZ66.9682.8978.8-
YUV226.64123.12100.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=28.75%
G=37.92%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482180.2400.120.0315081.0885.49
HexBCF8DA180C3965155
Octal274370332300143226121125
Binary1011110011111000110110101100001100111001011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8DA; }

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

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

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

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

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

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

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

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