#BADCCB

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

Shades of Aero Blue #BADCCB

Tints of Aero Blue #BADCCB

Color information

#BADCCB (or 0xBADCCB) is unknown color: approx Aero Blue. HEX triplet: BA, DC and CB. RGB value is (186,220,203). Sum of RGB (Red+Green+Blue) = 186+220+203=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCB is #452334. Grayscale: #CFCFCF. Windows color (decimal): -4530997 or 13360314. OLE color: 13360314.

HSL color Cylindrical-coordinate representation of color #BADCCB: hue angle of 150º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCCB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB186220203-
CMYK0.1500.080.14
HSL150º32.69%79.61%-
HSV(B)150º15.45%86.27%-
XYZ56.6265.9466.24-
YUV207.9125.24112.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=30.54%
G=36.12%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202030.1500.080.1415032.6979.61
HexBADCCBF08E962150
Octal272334313170101622641120
Binary1011101011011100110010111111010001110100101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCCB; }

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

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

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

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

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

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

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

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