#BAE2CD

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

Shades of Aero Blue #BAE2CD

Tints of Aero Blue #BAE2CD

Color information

#BAE2CD (or 0xBAE2CD) is unknown color: approx Aero Blue. HEX triplet: BA, E2 and CD. RGB value is (186,226,205). Sum of RGB (Red+Green+Blue) = 186+226+205=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2CD is #451D32. Grayscale: #D3D3D3. Windows color (decimal): -4529459 or 13492922. OLE color: 13492922.

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

Color convert

RGB186226205-
CMYK0.1800.090.11
HSL148.5º40.82%80.78%-
HSV(B)148.5º17.7%88.63%-
XYZ58.4769.2468.04-
YUV211.65124.25109.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=30.15%
G=36.63%
B=33.23%

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
Decimal1862262050.1800.090.11148.540.8280.78
HexBAE2CD1209B942951
Octal272342315220111322451121
Binary10111010111000101100110110010010011011100101001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2CD; }

 p { color: rgb(186,226,205); }

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

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

 a { background-color: rgb(186,226,205); }

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

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

 span { border-color: rgb(186,226,205); }

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