#BAE8CF

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

Shades of Aero Blue #BAE8CF

Tints of Aero Blue #BAE8CF

Color information

#BAE8CF (or 0xBAE8CF) is unknown color: approx Aero Blue. HEX triplet: BA, E8 and CF. RGB value is (186,232,207). Sum of RGB (Red+Green+Blue) = 186+232+207=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8CF is #451730. Grayscale: #D7D7D7. Windows color (decimal): -4527921 or 13625530. OLE color: 13625530.

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

Color convert

RGB186232207-
CMYK0.2000.110.09
HSL147.39º50%81.96%-
HSV(B)147.39º19.83%90.98%-
XYZ60.3772.6669.87-
YUV215.4123.26107.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=29.76%
G=37.12%
B=33.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322070.2000.110.09147.395081.96
HexBAE8CF140B9933252
Octal272350317240131122362122
Binary10111010111010001100111110100010111001100100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8CF; }

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

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

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

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

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

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

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

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