#BADFCB

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

Shades of Aero Blue #BADFCB

Tints of Aero Blue #BADFCB

Color information

#BADFCB (or 0xBADFCB) is unknown color: approx Aero Blue. HEX triplet: BA, DF and CB. RGB value is (186,223,203). Sum of RGB (Red+Green+Blue) = 186+223+203=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFCB is #452034. Grayscale: #D1D1D1. Windows color (decimal): -4530229 or 13361082. OLE color: 13361082.

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

Color convert

RGB186223203-
CMYK0.1700.090.13
HSL147.57º36.63%80.2%-
HSV(B)147.57º16.59%87.45%-
XYZ57.4267.5366.51-
YUV209.66124.24111.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=30.39%
G=36.44%
B=33.17%

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
Decimal1862232030.1700.090.13147.5736.6380.2
HexBADFCB1109D942550
Octal272337313210111522445120
Binary10111010110111111100101110001010011101100101001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFCB; }

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

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

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

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

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

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

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

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