#BCE5D6

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

Shades of Aero Blue #BCE5D6

Tints of Aero Blue #BCE5D6

Color information

#BCE5D6 (or 0xBCE5D6) is unknown color: approx Aero Blue. HEX triplet: BC, E5 and D6. RGB value is (188,229,214). Sum of RGB (Red+Green+Blue) = 188+229+214=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5D6 is #431A29. Grayscale: #D7D7D7. Windows color (decimal): -4397610 or 14083516. OLE color: 14083516.

HSL color Cylindrical-coordinate representation of color #BCE5D6: hue angle of 158.05º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5D6 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB188229214-
CMYK0.1800.070.10
HSL158.05º44.09%81.76%-
HSV(B)158.05º17.9%89.8%-
XYZ60.971.5974.23-
YUV215.03127.42108.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 229 (89.84% from 255) = 36.29%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=29.79%
G=36.29%
B=33.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882292140.1800.070.10158.0544.0981.76
HexBCE5D61207A9e2c52
Octal27434532622071223654122
Binary1011110011100101110101101001001111010100111101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5D6; }

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

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

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

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

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

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

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

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