#BADCCA

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

Shades of Aero Blue #BADCCA

Tints of Aero Blue #BADCCA

Color information

#BADCCA (or 0xBADCCA) is unknown color: approx Aero Blue. HEX triplet: BA, DC and CA. RGB value is (186,220,202). Sum of RGB (Red+Green+Blue) = 186+220+202=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCCA is #452335. Grayscale: #CFCFCF. Windows color (decimal): -4530998 or 13294778. OLE color: 13294778.

HSL color Cylindrical-coordinate representation of color #BADCCA: hue angle of 148.24º 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 #BADCCA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB186220202-
CMYK0.1500.080.14
HSL148.24º32.69%79.61%-
HSV(B)148.24º15.45%86.27%-
XYZ56.565.8965.62-
YUV207.78124.74112.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=30.59%
G=36.18%
B=33.22%

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
Decimal1862202020.1500.080.14148.2432.6979.61
HexBADCCAF08E942150
Octal272334312170101622441120
Binary1011101011011100110010101111010001110100101001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCCA; }

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

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

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

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

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

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

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

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