#BADFCC

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

Shades of Aero Blue #BADFCC

Tints of Aero Blue #BADFCC

Color information

#BADFCC (or 0xBADFCC) is unknown color: approx Aero Blue. HEX triplet: BA, DF and CC. RGB value is (186,223,204). Sum of RGB (Red+Green+Blue) = 186+223+204=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCC is #452033. Grayscale: #D1D1D1. Windows color (decimal): -4530228 or 13426618. OLE color: 13426618.

HSL color Cylindrical-coordinate representation of color #BADFCC: hue angle of 149.19º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFCC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB186223204-
CMYK0.1700.090.13
HSL149.19º36.63%80.2%-
HSV(B)149.19º16.59%87.45%-
XYZ57.5467.5767.14-
YUV209.77124.74111.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=30.34%
G=36.38%
B=33.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862232040.1700.090.13149.1936.6380.2
HexBADFCC1109D952550
Octal272337314210111522545120
Binary10111010110111111100110010001010011101100101011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFCC; }

 p { color: rgb(186,223,204); }

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

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

 a { background-color: rgb(186,223,204); }

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

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

 span { border-color: rgb(186,223,204); }

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