#BADECB

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

Shades of Aero Blue #BADECB

Tints of Aero Blue #BADECB

Color information

#BADECB (or 0xBADECB) is unknown color: approx Aero Blue. HEX triplet: BA, DE and CB. RGB value is (186,222,203). Sum of RGB (Red+Green+Blue) = 186+222+203=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECB is #452134. Grayscale: #D1D1D1. Windows color (decimal): -4530485 or 13360826. OLE color: 13360826.

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

Color convert

RGB186222203-
CMYK0.1600.090.13
HSL148.33º35.29%80%-
HSV(B)148.33º16.22%87.06%-
XYZ57.1566.9966.42-
YUV209.07124.57111.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=30.44%
G=36.33%
B=33.22%

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
Decimal1862222030.1600.090.13148.3335.2980
HexBADECB1009D942350
Octal272336313200111522443120
Binary10111010110111101100101110000010011101100101001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADECB; }

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

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

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

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

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

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

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

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