#BDB0B0

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

Shades of Pink Swan #BDB0B0

Tints of Pink Swan #BDB0B0

Color information

#BDB0B0 (or 0xBDB0B0) is unknown color: approx Pink Swan. HEX triplet: BD, B0 and B0. RGB value is (189,176,176). Sum of RGB (Red+Green+Blue) = 189+176+176=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0B0 is #424F4F. Grayscale: #B3B3B3. Windows color (decimal): -4345680 or 11579581. OLE color: 11579581.

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

Color convert

RGB189176176-
CMYK00.070.070.26
HSL8.97%71.57%-
HSV(B)6.88%74.12%-
XYZ44.354547.42-
YUV179.89125.81134.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=34.94%
G=32.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617600.070.070.2608.9771.57
HexBDB0B00771A0948
Octal27526026007732011110
Binary101111011011000010110000011111111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0B0; }

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

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

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

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

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

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

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

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