#BAECCE

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

Shades of Aero Blue #BAECCE

Tints of Aero Blue #BAECCE

Color information

#BAECCE (or 0xBAECCE) is unknown color: approx Aero Blue. HEX triplet: BA, EC and CE. RGB value is (186,236,206). Sum of RGB (Red+Green+Blue) = 186+236+206=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCE is #451331. Grayscale: #D9D9D9. Windows color (decimal): -4526898 or 13561018. OLE color: 13561018.

HSL color Cylindrical-coordinate representation of color #BAECCE: hue angle of 144º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECCE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB186236206-
CMYK0.2100.130.07
HSL144º56.82%82.75%-
HSV(B)144º21.19%92.55%-
XYZ61.3974.8969.61-
YUV217.63121.44105.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=29.62%
G=37.58%
B=32.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362060.2100.130.0714456.8282.75
HexBAECCE150D7903953
Octal27235431625015722071123
Binary1011101011101100110011101010101101111100100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECCE; }

 p { color: rgb(186,236,206); }

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

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

 a { background-color: rgb(186,236,206); }

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

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

 span { border-color: rgb(186,236,206); }

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