#BADFCF

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

Shades of Aero Blue #BADFCF

Tints of Aero Blue #BADFCF

Color information

#BADFCF (or 0xBADFCF) is unknown color: approx Aero Blue. HEX triplet: BA, DF and CF. RGB value is (186,223,207). Sum of RGB (Red+Green+Blue) = 186+223+207=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCF is #452030. Grayscale: #D2D2D2. Windows color (decimal): -4530225 or 13623226. OLE color: 13623226.

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

Color convert

RGB186223207-
CMYK0.1700.070.13
HSL154.05º36.63%80.2%-
HSV(B)154.05º16.59%87.45%-
XYZ57.967.7269.05-
YUV210.11126.24110.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=30.19%
G=36.20%
B=33.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862232070.1700.070.13154.0536.6380.2
HexBADFCF1107D9a2550
Octal27233731721071523245120
Binary1011101011011111110011111000101111101100110101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFCF; }

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

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

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

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

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

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

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

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