#BAE3CB

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

Shades of Aero Blue #BAE3CB

Tints of Aero Blue #BAE3CB

Color information

#BAE3CB (or 0xBAE3CB) is unknown color: approx Aero Blue. HEX triplet: BA, E3 and CB. RGB value is (186,227,203). Sum of RGB (Red+Green+Blue) = 186+227+203=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3CB is #451C34. Grayscale: #D4D4D4. Windows color (decimal): -4529205 or 13362106. OLE color: 13362106.

HSL color Cylindrical-coordinate representation of color #BAE3CB: hue angle of 144.88º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE3CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB186227203-
CMYK0.1800.110.11
HSL144.88º42.27%80.98%-
HSV(B)144.88º18.06%89.02%-
XYZ58.569.6966.87-
YUV212122.92109.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=30.19%
G=36.85%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862272030.1800.110.11144.8842.2780.98
HexBAE3CB120BB912a51
Octal272343313220131322152121
Binary10111010111000111100101110010010111011100100011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3CB; }

 p { color: rgb(186,227,203); }

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

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

 a { background-color: rgb(186,227,203); }

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

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

 span { border-color: rgb(186,227,203); }

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