#BAE7CC

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

Shades of Aero Blue #BAE7CC

Tints of Aero Blue #BAE7CC

Color information

#BAE7CC (or 0xBAE7CC) is unknown color: approx Aero Blue. HEX triplet: BA, E7 and CC. RGB value is (186,231,204). Sum of RGB (Red+Green+Blue) = 186+231+204=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CC is #451833. Grayscale: #D6D6D6. Windows color (decimal): -4528180 or 13428666. OLE color: 13428666.

HSL color Cylindrical-coordinate representation of color #BAE7CC: hue angle of 144º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB186231204-
CMYK0.1900.120.09
HSL144º48.39%81.76%-
HSV(B)144º19.48%90.59%-
XYZ59.7271.9567.87-
YUV214.47122.09107.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=29.95%
G=37.20%
B=32.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312040.1900.120.0914448.3981.76
HexBAE7CC130C9903052
Octal272347314230141122060122
Binary10111010111001111100110010011011001001100100001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7CC; }

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

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

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

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

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

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

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

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