#BAE4CD

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

Shades of Aero Blue #BAE4CD

Tints of Aero Blue #BAE4CD

Color information

#BAE4CD (or 0xBAE4CD) is unknown color: approx Aero Blue. HEX triplet: BA, E4 and CD. RGB value is (186,228,205). Sum of RGB (Red+Green+Blue) = 186+228+205=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4CD is #451B32. Grayscale: #D4D4D4. Windows color (decimal): -4528947 or 13493434. OLE color: 13493434.

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

Color convert

RGB186228205-
CMYK0.1800.100.11
HSL147.14º43.75%81.18%-
HSV(B)147.14º18.42%89.41%-
XYZ59.0170.3368.22-
YUV212.82123.59108.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=30.05%
G=36.83%
B=33.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862282050.1800.100.11147.1443.7581.18
HexBAE4CD120AB932c51
Octal272344315220121322354121
Binary10111010111001001100110110010010101011100100111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4CD; }

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

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

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

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

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

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

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

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