#BCEFD4

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

Shades of Aero Blue #BCEFD4

Tints of Aero Blue #BCEFD4

Color information

#BCEFD4 (or 0xBCEFD4) is unknown color: approx Aero Blue. HEX triplet: BC, EF and D4. RGB value is (188,239,212). Sum of RGB (Red+Green+Blue) = 188+239+212=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD4 is #43102B. Grayscale: #DCDCDC. Windows color (decimal): -4395052 or 13955004. OLE color: 13955004.

HSL color Cylindrical-coordinate representation of color #BCEFD4: hue angle of 148.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB188239212-
CMYK0.2100.110.06
HSL148.24º61.45%83.73%-
HSV(B)148.24º21.34%93.73%-
XYZ63.4977.1873.84-
YUV220.67123.1104.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=29.42%
G=37.40%
B=33.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392120.2100.110.06148.2461.4583.73
HexBCEFD4150B6943d54
Octal27435732425013622475124
Binary1011110011101111110101001010101011110100101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFD4; }

 p { color: rgb(188,239,212); }

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

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

 a { background-color: rgb(188,239,212); }

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

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

 span { border-color: rgb(188,239,212); }

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