#BADDC8

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

Shades of Aero Blue #BADDC8

Tints of Aero Blue #BADDC8

Color information

#BADDC8 (or 0xBADDC8) is unknown color: approx Aero Blue. HEX triplet: BA, DD and C8. RGB value is (186,221,200). Sum of RGB (Red+Green+Blue) = 186+221+200=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC8 is #452237. Grayscale: #D0D0D0. Windows color (decimal): -4530744 or 13163962. OLE color: 13163962.

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

Color convert

RGB186221200-
CMYK0.1600.100.13
HSL144º33.98%79.8%-
HSV(B)144º15.84%86.67%-
XYZ56.5366.3264.47-
YUV208.14123.4112.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=30.64%
G=36.41%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862212000.1600.100.1314433.9879.8
HexBADDC8100AD902250
Octal272335310200121522042120
Binary10111010110111011100100010000010101101100100001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDC8; }

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

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

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

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

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

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

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

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