#BAEBCF

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

Shades of Aero Blue #BAEBCF

Tints of Aero Blue #BAEBCF

Color information

#BAEBCF (or 0xBAEBCF) is unknown color: approx Aero Blue. HEX triplet: BA, EB and CF. RGB value is (186,235,207). Sum of RGB (Red+Green+Blue) = 186+235+207=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBCF is #451430. Grayscale: #D9D9D9. Windows color (decimal): -4527153 or 13626298. OLE color: 13626298.

HSL color Cylindrical-coordinate representation of color #BAEBCF: hue angle of 145.71º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBCF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB186235207-
CMYK0.2100.120.08
HSL145.71º55.06%82.55%-
HSV(B)145.71º20.85%92.16%-
XYZ61.2274.3670.16-
YUV217.16122.27105.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=29.62%
G=37.42%
B=32.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352070.2100.120.08145.7155.0682.55
HexBAEBCF150C8923753
Octal272353317250141022267123
Binary10111010111010111100111110101011001000100100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBCF; }

 p { color: rgb(186,235,207); }

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

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

 a { background-color: rgb(186,235,207); }

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

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

 span { border-color: rgb(186,235,207); }

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