#BAECCD

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

Shades of Aero Blue #BAECCD

Tints of Aero Blue #BAECCD

Color information

#BAECCD (or 0xBAECCD) is unknown color: approx Aero Blue. HEX triplet: BA, EC and CD. RGB value is (186,236,205). Sum of RGB (Red+Green+Blue) = 186+236+205=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCD is #451332. Grayscale: #D9D9D9. Windows color (decimal): -4526899 or 13495482. OLE color: 13495482.

HSL color Cylindrical-coordinate representation of color #BAECCD: hue angle of 142.8º 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 #BAECCD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB186236205-
CMYK0.2100.130.07
HSL142.8º56.82%82.75%-
HSV(B)142.8º21.19%92.55%-
XYZ61.2674.8468.97-
YUV217.52120.94105.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=29.67%
G=37.64%
B=32.70%

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
Decimal1862362050.2100.130.07142.856.8282.75
HexBAECCD150D78f3953
Octal27235431525015721771123
Binary1011101011101100110011011010101101111100011111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECCD; }

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

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

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

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

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

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

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

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