#BAE4CB

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

Shades of Aero Blue #BAE4CB

Tints of Aero Blue #BAE4CB

Color information

#BAE4CB (or 0xBAE4CB) is unknown color: approx Aero Blue. HEX triplet: BA, E4 and CB. RGB value is (186,228,203). Sum of RGB (Red+Green+Blue) = 186+228+203=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4CB is #451B34. Grayscale: #D4D4D4. Windows color (decimal): -4528949 or 13362362. OLE color: 13362362.

HSL color Cylindrical-coordinate representation of color #BAE4CB: hue angle of 144.29º degrees, saturation: 0.44, 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 #BAE4CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB186228203-
CMYK0.1800.110.11
HSL144.29º43.75%81.18%-
HSV(B)144.29º18.42%89.41%-
XYZ58.7770.2466.96-
YUV212.59122.59109.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=30.15%
G=36.95%
B=32.90%

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
Decimal1862282030.1800.110.11144.2943.7581.18
HexBAE4CB120BB902c51
Octal272344313220131322054121
Binary10111010111001001100101110010010111011100100001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4CB; }

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

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

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

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

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

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

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

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