#BAB0AE

Color #BAB0AE Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #BAB0AE

Tints of Pink Swan #BAB0AE

Color information

#BAB0AE (or 0xBAB0AE) is unknown color: approx Pink Swan. HEX triplet: BA, B0 and AE. RGB value is (186,176,174). Sum of RGB (Red+Green+Blue) = 186+176+174=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0AE is #454F51. Grayscale: #B2B2B2. Windows color (decimal): -4542290 or 11448506. OLE color: 11448506.

HSL color Cylindrical-coordinate representation of color #BAB0AE: hue angle of 10º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB0AE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186176174-
CMYK00.050.060.27
HSL10º8%70.59%-
HSV(B)10º6.45%72.94%-
XYZ43.4244.5546.35-
YUV178.76125.31133.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=34.70%
G=32.84%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617617400.050.060.2710870.59
HexBAB0AE0561Ba847
Octal272260256056331210107
Binary101110101011000010101110010111011011101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0AE; }

 p { color: rgb(186,176,174); }

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

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

 a { background-color: rgb(186,176,174); }

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

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

 span { border-color: rgb(186,176,174); }

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