#BCEBD4

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

Shades of Aero Blue #BCEBD4

Tints of Aero Blue #BCEBD4

Color information

#BCEBD4 (or 0xBCEBD4) is unknown color: approx Aero Blue. HEX triplet: BC, EB and D4. RGB value is (188,235,212). Sum of RGB (Red+Green+Blue) = 188+235+212=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD4 is #43142B. Grayscale: #DADADA. Windows color (decimal): -4396076 or 13953980. OLE color: 13953980.

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

Color convert

RGB188235212-
CMYK0.200.100.08
HSL150.64º54.02%82.94%-
HSV(B)150.64º20%92.16%-
XYZ62.3374.8673.45-
YUV218.32124.43106.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=29.61%
G=37.01%
B=33.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352120.200.100.08150.6454.0282.94
HexBCEBD4140A8973653
Octal274353324240121022766123
Binary10111100111010111101010010100010101000100101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBD4; }

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

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

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

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

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

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

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

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