#BAE9CD

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

Shades of Aero Blue #BAE9CD

Tints of Aero Blue #BAE9CD

Color information

#BAE9CD (or 0xBAE9CD) is unknown color: approx Aero Blue. HEX triplet: BA, E9 and CD. RGB value is (186,233,205). Sum of RGB (Red+Green+Blue) = 186+233+205=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CD is #451632. Grayscale: #D7D7D7. Windows color (decimal): -4527667 or 13494714. OLE color: 13494714.

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

Color convert

RGB186233205-
CMYK0.2000.120.09
HSL144.26º51.65%82.16%-
HSV(B)144.26º20.17%91.37%-
XYZ60.4173.1268.69-
YUV215.76121.93106.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=29.81%
G=37.34%
B=32.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332050.2000.120.09144.2651.6582.16
HexBAE9CD140C9903452
Octal272351315240141122064122
Binary10111010111010011100110110100011001001100100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9CD; }

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

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

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

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

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

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

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

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