#BAE9CC

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

Shades of Aero Blue #BAE9CC

Tints of Aero Blue #BAE9CC

Color information

#BAE9CC (or 0xBAE9CC) is unknown color: approx Aero Blue. HEX triplet: BA, E9 and CC. RGB value is (186,233,204). Sum of RGB (Red+Green+Blue) = 186+233+204=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CC is #451633. Grayscale: #D7D7D7. Windows color (decimal): -4527668 or 13429178. OLE color: 13429178.

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

Color convert

RGB186233204-
CMYK0.2000.120.09
HSL142.98º51.65%82.16%-
HSV(B)142.98º20.17%91.37%-
XYZ60.2973.0868.05-
YUV215.64121.43106.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=29.86%
G=37.40%
B=32.74%

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
Decimal1862332040.2000.120.09142.9851.6582.16
HexBAE9CC140C98f3452
Octal272351314240141121764122
Binary10111010111010011100110010100011001001100011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9CC; }

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

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

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

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

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

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

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

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