#BCF4DA

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

Shades of Aero Blue #BCF4DA

Tints of Aero Blue #BCF4DA

Color information

#BCF4DA (or 0xBCF4DA) is unknown color: approx Aero Blue. HEX triplet: BC, F4 and DA. RGB value is (188,244,218). Sum of RGB (Red+Green+Blue) = 188+244+218=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4DA is #430B25. Grayscale: #E0E0E0. Windows color (decimal): -4393766 or 14349500. OLE color: 14349500.

HSL color Cylindrical-coordinate representation of color #BCF4DA: hue angle of 152.14º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF4DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB188244218-
CMYK0.2300.110.04
HSL152.14º71.79%84.71%-
HSV(B)152.14º22.95%95.69%-
XYZ65.7480.4578.39-
YUV224.29124.45102.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=28.92%
G=37.54%
B=33.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882442180.2300.110.04152.1471.7984.71
HexBCF4DA170B4984855
Octal274364332270134230110125
Binary10111100111101001101101010111010111001001100010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4DA; }

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

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

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

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

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

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

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

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