#BCF6DA

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

Shades of Aero Blue #BCF6DA

Tints of Aero Blue #BCF6DA

Color information

#BCF6DA (or 0xBCF6DA) is unknown color: approx Aero Blue. HEX triplet: BC, F6 and DA. RGB value is (188,246,218). Sum of RGB (Red+Green+Blue) = 188+246+218=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6DA is #430925. Grayscale: #E1E1E1. Windows color (decimal): -4393254 or 14350012. OLE color: 14350012.

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

Color convert

RGB188246218-
CMYK0.2400.110.04
HSL151.03º76.32%85.1%-
HSV(B)151.03º23.58%96.47%-
XYZ66.3581.6678.6-
YUV225.47123.78101.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=28.83%
G=37.73%
B=33.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462180.2400.110.04151.0376.3285.1
HexBCF6DA180B4974c55
Octal274366332300134227114125
Binary10111100111101101101101011000010111001001011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6DA; }

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

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

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

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

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

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

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

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