#BAADAC

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

Shades of Pink Swan #BAADAC

Tints of Pink Swan #BAADAC

Color information

#BAADAC (or 0xBAADAC) is unknown color: approx Pink Swan. HEX triplet: BA, AD and AC. RGB value is (186,173,172). Sum of RGB (Red+Green+Blue) = 186+173+172=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAC is #455253. Grayscale: #B0B0B0. Windows color (decimal): -4543060 or 11316666. OLE color: 11316666.

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

Color convert

RGB186173172-
CMYK00.070.080.27
HSL4.29º9.21%70.2%-
HSV(B)4.29º7.53%72.94%-
XYZ42.6443.345.14-
YUV176.77125.31134.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=35.03%
G=32.58%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617317200.070.080.274.299.2170.2
HexBAADAC0781B4946
Octal272255254071033411106
Binary101110101010110110101100011110001101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADAC; }

 p { color: rgb(186,173,172); }

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

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

 a { background-color: rgb(186,173,172); }

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

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

 span { border-color: rgb(186,173,172); }

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