#BCEBCE

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

Shades of Aero Blue #BCEBCE

Tints of Aero Blue #BCEBCE

Color information

#BCEBCE (or 0xBCEBCE) is unknown color: approx Aero Blue. HEX triplet: BC, EB and CE. RGB value is (188,235,206). Sum of RGB (Red+Green+Blue) = 188+235+206=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCE is #431431. Grayscale: #D9D9D9. Windows color (decimal): -4396082 or 13560764. OLE color: 13560764.

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

Color convert

RGB188235206-
CMYK0.200.120.08
HSL142.98º54.02%82.94%-
HSV(B)142.98º20%92.16%-
XYZ61.5974.5669.54-
YUV217.64121.43106.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=29.89%
G=37.36%
B=32.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352060.200.120.08142.9854.0282.94
HexBCEBCE140C88f3653
Octal274353316240141021766123
Binary10111100111010111100111010100011001000100011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBCE; }

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

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

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

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

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

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

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

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