#BDADAB

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

Shades of Pink Swan #BDADAB

Tints of Pink Swan #BDADAB

Color information

#BDADAB (or 0xBDADAB) is unknown color: approx Pink Swan. HEX triplet: BD, AD and AB. RGB value is (189,173,171). Sum of RGB (Red+Green+Blue) = 189+173+171=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAB is #425254. Grayscale: #B1B1B1. Windows color (decimal): -4346453 or 11251133. OLE color: 11251133.

HSL color Cylindrical-coordinate representation of color #BDADAB: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDADAB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB189173171-
CMYK00.080.100.26
HSL6.67º12%70.59%-
HSV(B)6.67º9.52%74.12%-
XYZ43.2843.6544.67-
YUV177.56124.3136.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=35.46%
G=32.46%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917317100.080.100.266.671270.59
HexBDADAB08A1A7c47
Octal2752552530101232714107
Binary1011110110101101101010110100010101101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADAB; }

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

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

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

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

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

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

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

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