#BCEFD9

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

Shades of Aero Blue #BCEFD9

Tints of Aero Blue #BCEFD9

Color information

#BCEFD9 (or 0xBCEFD9) is unknown color: approx Aero Blue. HEX triplet: BC, EF and D9. RGB value is (188,239,217). Sum of RGB (Red+Green+Blue) = 188+239+217=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFD9 is #431026. Grayscale: #DDDDDD. Windows color (decimal): -4395047 or 14282684. OLE color: 14282684.

HSL color Cylindrical-coordinate representation of color #BCEFD9: hue angle of 154.12º 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 #BCEFD9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB188239217-
CMYK0.2100.090.06
HSL154.12º61.45%83.73%-
HSV(B)154.12º21.34%93.73%-
XYZ64.1377.4377.21-
YUV221.24125.6104.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=29.19%
G=37.11%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392170.2100.090.06154.1261.4583.73
HexBCEFD9150969a3d54
Octal27435733125011623275124
Binary1011110011101111110110011010101001110100110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFD9; }

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

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

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

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

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

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

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

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