#BAE3CF

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

Shades of Aero Blue #BAE3CF

Tints of Aero Blue #BAE3CF

Color information

#BAE3CF (or 0xBAE3CF) is unknown color: approx Aero Blue. HEX triplet: BA, E3 and CF. RGB value is (186,227,207). Sum of RGB (Red+Green+Blue) = 186+227+207=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE3CF is #451C30. Grayscale: #D4D4D4. Windows color (decimal): -4529201 or 13624250. OLE color: 13624250.

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

Color convert

RGB186227207-
CMYK0.1800.090.11
HSL150.73º42.27%80.98%-
HSV(B)150.73º18.06%89.02%-
XYZ58.9869.8869.41-
YUV212.46124.92109.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=30%
G=36.61%
B=33.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862272070.1800.090.11150.7342.2780.98
HexBAE3CF1209B972a51
Octal272343317220111322752121
Binary10111010111000111100111110010010011011100101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE3CF; }

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

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

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

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

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

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

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

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