#BAE7D3

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

Shades of Aero Blue #BAE7D3

Tints of Aero Blue #BAE7D3

Color information

#BAE7D3 (or 0xBAE7D3) is unknown color: approx Aero Blue. HEX triplet: BA, E7 and D3. RGB value is (186,231,211). Sum of RGB (Red+Green+Blue) = 186+231+211=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7D3 is #45182C. Grayscale: #D7D7D7. Windows color (decimal): -4528173 or 13887418. OLE color: 13887418.

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

Color convert

RGB186231211-
CMYK0.1900.090.09
HSL153.33º48.39%81.76%-
HSV(B)153.33º19.48%90.59%-
XYZ60.5872.2972.39-
YUV215.26125.59107.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=29.62%
G=36.78%
B=33.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312110.1900.090.09153.3348.3981.76
HexBAE7D313099993052
Octal272347323230111123160122
Binary10111010111001111101001110011010011001100110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7D3; }

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

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

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

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

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

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

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

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