#BDB4B2

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

Shades of Pink Swan #BDB4B2

Tints of Pink Swan #BDB4B2

Color information

#BDB4B2 (or 0xBDB4B2) is unknown color: approx Pink Swan. HEX triplet: BD, B4 and B2. RGB value is (189,180,178). Sum of RGB (Red+Green+Blue) = 189+180+178=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4B2 is #424B4D. Grayscale: #B6B6B6. Windows color (decimal): -4344654 or 11711677. OLE color: 11711677.

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

Color convert

RGB189180178-
CMYK00.050.060.26
HSL10.91º7.69%71.96%-
HSV(B)10.91º5.82%74.12%-
XYZ45.3446.6848.74-
YUV182.46125.48132.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=34.55%
G=32.91%
B=32.54%

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
Decimal18918017800.050.060.2610.917.6971.96
HexBDB4B20561Ab848
Octal275264262056321310110
Binary101111011011010010110010010111011010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4B2; }

 p { color: rgb(189,180,178); }

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

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

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

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

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

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

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