#BDB3B1

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

Shades of Pink Swan #BDB3B1

Tints of Pink Swan #BDB3B1

Color information

#BDB3B1 (or 0xBDB3B1) is unknown color: approx Pink Swan. HEX triplet: BD, B3 and B1. RGB value is (189,179,177). Sum of RGB (Red+Green+Blue) = 189+179+177=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB3B1 is #424C4E. Grayscale: #B5B5B5. Windows color (decimal): -4344911 or 11645885. OLE color: 11645885.

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

Color convert

RGB189179177-
CMYK00.050.060.26
HSL10º8.33%71.76%-
HSV(B)10º6.35%74.12%-
XYZ45.0446.2348.14-
YUV181.76125.31133.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=34.68%
G=32.84%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917917700.050.060.26108.3371.76
HexBDB3B10561Aa848
Octal275263261056321210110
Binary101111011011001110110001010111011010101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3B1; }

 p { color: rgb(189,179,177); }

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

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

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

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

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

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

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