#BAADAB

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

Shades of Pink Swan #BAADAB

Tints of Pink Swan #BAADAB

Color information

#BAADAB (or 0xBAADAB) is unknown color: approx Pink Swan. HEX triplet: BA, AD and AB. RGB value is (186,173,171). Sum of RGB (Red+Green+Blue) = 186+173+171=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAB is #455254. Grayscale: #B0B0B0. Windows color (decimal): -4543061 or 11251130. OLE color: 11251130.

HSL color Cylindrical-coordinate representation of color #BAADAB: hue angle of 8º degrees, saturation: 0.1, 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 #BAADAB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186173171-
CMYK00.070.080.27
HSL9.8%70%-
HSV(B)8.06%72.94%-
XYZ42.5443.2744.64-
YUV176.66124.81134.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=35.09%
G=32.64%
B=32.26%

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
Decimal18617317100.070.080.2789.870
HexBAADAB0781B8a46
Octal2722552530710331012106
Binary1011101010101101101010110111100011011100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADAB; }

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

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

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

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

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

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

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

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