#BADECA

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

Shades of Aero Blue #BADECA

Tints of Aero Blue #BADECA

Color information

#BADECA (or 0xBADECA) is unknown color: approx Aero Blue. HEX triplet: BA, DE and CA. RGB value is (186,222,202). Sum of RGB (Red+Green+Blue) = 186+222+202=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECA is #452135. Grayscale: #D0D0D0. Windows color (decimal): -4530486 or 13295290. OLE color: 13295290.

HSL color Cylindrical-coordinate representation of color #BADECA: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADECA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB186222202-
CMYK0.1600.090.13
HSL146.67º35.29%80%-
HSV(B)146.67º16.22%87.06%-
XYZ57.0366.9565.79-
YUV208.96124.07111.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=30.49%
G=36.39%
B=33.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862222020.1600.090.13146.6735.2980
HexBADECA1009D932350
Octal272336312200111522343120
Binary10111010110111101100101010000010011101100100111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADECA; }

 p { color: rgb(186,222,202); }

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

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

 a { background-color: rgb(186,222,202); }

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

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

 span { border-color: rgb(186,222,202); }

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