#BAE8D3

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

Shades of Aero Blue #BAE8D3

Tints of Aero Blue #BAE8D3

Color information

#BAE8D3 (or 0xBAE8D3) is unknown color: approx Aero Blue. HEX triplet: BA, E8 and D3. RGB value is (186,232,211). Sum of RGB (Red+Green+Blue) = 186+232+211=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8D3 is #45172C. Grayscale: #D7D7D7. Windows color (decimal): -4527917 or 13887674. OLE color: 13887674.

HSL color Cylindrical-coordinate representation of color #BAE8D3: hue angle of 152.61º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8D3 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB186232211-
CMYK0.2000.090.09
HSL152.61º50%81.96%-
HSV(B)152.61º19.83%90.98%-
XYZ60.8672.8672.48-
YUV215.85125.26106.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 211 (82.81% from 255) = 33.55%
R=29.57%
G=36.88%
B=33.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322110.2000.090.09152.615081.96
HexBAE8D314099993252
Octal272350323240111123162122
Binary10111010111010001101001110100010011001100110011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8D3; }

 p { color: rgb(186,232,211); }

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

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

 a { background-color: rgb(186,232,211); }

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

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

 span { border-color: rgb(186,232,211); }

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