#BCF4DC

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

Shades of Aero Blue #BCF4DC

Tints of Aero Blue #BCF4DC

Color information

#BCF4DC (or 0xBCF4DC) is unknown color: approx Aero Blue. HEX triplet: BC, F4 and DC. RGB value is (188,244,220). Sum of RGB (Red+Green+Blue) = 188+244+220=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4DC is #430B23. Grayscale: #E0E0E0. Windows color (decimal): -4393764 or 14480572. OLE color: 14480572.

HSL color Cylindrical-coordinate representation of color #BCF4DC: hue angle of 154.29º 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 #BCF4DC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB188244220-
CMYK0.2300.100.04
HSL154.29º71.79%84.71%-
HSV(B)154.29º22.95%95.69%-
XYZ66.0180.5679.78-
YUV224.52125.45101.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=28.83%
G=37.42%
B=33.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882442200.2300.100.04154.2971.7984.71
HexBCF4DC170A49a4855
Octal274364334270124232110125
Binary10111100111101001101110010111010101001001101010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF4DC; }

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

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

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

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

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

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

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

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