#BDABAB

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

Shades of Pink Swan #BDABAB

Tints of Pink Swan #BDABAB

Color information

#BDABAB (or 0xBDABAB) is unknown color: approx Pink Swan. HEX triplet: BD, AB and AB. RGB value is (189,171,171). Sum of RGB (Red+Green+Blue) = 189+171+171=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABAB is #425454. Grayscale: #B0B0B0. Windows color (decimal): -4346965 or 11250621. OLE color: 11250621.

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

Color convert

RGB189171171-
CMYK00.100.100.26
HSL12%70.59%-
HSV(B)9.52%74.12%-
XYZ42.942.8844.54-
YUV176.38124.96137-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=35.59%
G=32.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917117100.100.100.2601270.59
HexBDABAB0AA1A0c47
Octal2752532530121232014107
Binary10111101101010111010101101010101011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABAB; }

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

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

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

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

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

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

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

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