#BAE1CF

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

Shades of Aero Blue #BAE1CF

Tints of Aero Blue #BAE1CF

Color information

#BAE1CF (or 0xBAE1CF) is unknown color: approx Aero Blue. HEX triplet: BA, E1 and CF. RGB value is (186,225,207). Sum of RGB (Red+Green+Blue) = 186+225+207=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1CF is #451E30. Grayscale: #D3D3D3. Windows color (decimal): -4529713 or 13623738. OLE color: 13623738.

HSL color Cylindrical-coordinate representation of color #BAE1CF: hue angle of 152.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1CF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB186225207-
CMYK0.1700.080.12
HSL152.31º39.39%80.59%-
HSV(B)152.31º17.33%88.24%-
XYZ58.4468.7969.23-
YUV211.29125.58109.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=30.10%
G=36.41%
B=33.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862252070.1700.080.12152.3139.3980.59
HexBAE1CF1108C982751
Octal272341317210101423047121
Binary10111010111000011100111110001010001100100110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1CF; }

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

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

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

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

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

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

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

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