#BADDCD

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

Shades of Aero Blue #BADDCD

Tints of Aero Blue #BADDCD

Color information

#BADDCD (or 0xBADDCD) is unknown color: approx Aero Blue. HEX triplet: BA, DD and CD. RGB value is (186,221,205). Sum of RGB (Red+Green+Blue) = 186+221+205=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDCD is #452232. Grayscale: #D0D0D0. Windows color (decimal): -4530739 or 13491642. OLE color: 13491642.

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

Color convert

RGB186221205-
CMYK0.1600.070.13
HSL152.57º33.98%79.8%-
HSV(B)152.57º15.84%86.67%-
XYZ57.1366.5667.59-
YUV208.71125.9111.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=30.39%
G=36.11%
B=33.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862212050.1600.070.13152.5733.9879.8
HexBADDCD1007D992250
Octal27233531520071523142120
Binary1011101011011101110011011000001111101100110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDCD; }

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

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

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

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

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

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

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

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