#BCEED9

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

Shades of Aero Blue #BCEED9

Tints of Aero Blue #BCEED9

Color information

#BCEED9 (or 0xBCEED9) is unknown color: approx Aero Blue. HEX triplet: BC, EE and D9. RGB value is (188,238,217). Sum of RGB (Red+Green+Blue) = 188+238+217=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED9 is #431126. Grayscale: #DCDCDC. Windows color (decimal): -4395303 or 14282428. OLE color: 14282428.

HSL color Cylindrical-coordinate representation of color #BCEED9: hue angle of 154.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEED9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB188238217-
CMYK0.2100.090.07
HSL154.8º59.52%83.53%-
HSV(B)154.8º21.01%93.33%-
XYZ63.8476.8577.11-
YUV220.66125.94104.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=29.24%
G=37.01%
B=33.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382170.2100.090.07154.859.5283.53
HexBCEED9150979b3c54
Octal27435633125011723374124
Binary1011110011101110110110011010101001111100110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEED9; }

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

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

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

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

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

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

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

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