#BCF3DA

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

Shades of Aero Blue #BCF3DA

Tints of Aero Blue #BCF3DA

Color information

#BCF3DA (or 0xBCF3DA) is unknown color: approx Aero Blue. HEX triplet: BC, F3 and DA. RGB value is (188,243,218). Sum of RGB (Red+Green+Blue) = 188+243+218=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DA is #430C25. Grayscale: #DFDFDF. Windows color (decimal): -4394022 or 14349244. OLE color: 14349244.

HSL color Cylindrical-coordinate representation of color #BCF3DA: hue angle of 152.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3DA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB188243218-
CMYK0.2300.100.05
HSL152.73º69.62%84.51%-
HSV(B)152.73º22.63%95.29%-
XYZ65.4479.8578.29-
YUV223.7124.78102.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=28.97%
G=37.44%
B=33.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432180.2300.100.05152.7369.6284.51
HexBCF3DA170A5994655
Octal274363332270125231106125
Binary10111100111100111101101010111010101011001100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3DA; }

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

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

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

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

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

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

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

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