#BCEBD6

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

Shades of Aero Blue #BCEBD6

Tints of Aero Blue #BCEBD6

Color information

#BCEBD6 (or 0xBCEBD6) is unknown color: approx Aero Blue. HEX triplet: BC, EB and D6. RGB value is (188,235,214). Sum of RGB (Red+Green+Blue) = 188+235+214=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD6 is #431429. Grayscale: #DADADA. Windows color (decimal): -4396074 or 14085052. OLE color: 14085052.

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

Color convert

RGB188235214-
CMYK0.200.090.08
HSL153.19º54.02%82.94%-
HSV(B)153.19º20%92.16%-
XYZ62.5874.9674.79-
YUV218.55125.43106.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=29.51%
G=36.89%
B=33.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352140.200.090.08153.1954.0282.94
HexBCEBD614098993653
Octal274353326240111023166123
Binary10111100111010111101011010100010011000100110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBD6; }

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

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

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

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

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

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

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

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