#BCEBD1

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

Shades of Aero Blue #BCEBD1

Tints of Aero Blue #BCEBD1

Color information

#BCEBD1 (or 0xBCEBD1) is unknown color: approx Aero Blue. HEX triplet: BC, EB and D1. RGB value is (188,235,209). Sum of RGB (Red+Green+Blue) = 188+235+209=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD1 is #43142E. Grayscale: #DADADA. Windows color (decimal): -4396079 or 13757372. OLE color: 13757372.

HSL color Cylindrical-coordinate representation of color #BCEBD1: hue angle of 146.81º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBD1 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB188235209-
CMYK0.200.110.08
HSL146.81º54.02%82.94%-
HSV(B)146.81º20%92.16%-
XYZ61.9674.7171.48-
YUV217.98122.93106.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=29.75%
G=37.18%
B=33.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352090.200.110.08146.8154.0282.94
HexBCEBD1140B8933653
Octal274353321240131022366123
Binary10111100111010111101000110100010111000100100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBD1; }

 p { color: rgb(188,235,209); }

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

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

 a { background-color: rgb(188,235,209); }

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

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

 span { border-color: rgb(188,235,209); }

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