Shades of Pink Swan #BDB4B1
Tints of Pink Swan #BDB4B1
RGB
CMYK
RGB Variations
Color information
#BDB4B1 (or 0xBDB4B1) is known color: Pink Swan. HEX triplet: BD, B4 and B1. RGB value is (189,180,177). Sum of RGB (Red+Green+Blue) = 189+180+177=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4B1 is #424B4E. Grayscale: #B6B6B6. Windows color (decimal): -4344655 or 11646141. OLE color: 11646141.
HSL color Cylindrical-coordinate representation of color #BDB4B1: hue angle of 15º 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 #BDB4B1 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 177 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.26 |
| HSL | 15º | 0.08% | 0.72% | - |
| HSV(B) | 15º | 0.06% | 0.74% | - |
| XYZ | 45.24 | 46.64 | 48.21 | - |
| YUV | 182.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 177 | 0 | 0.05 | 0.06 | 0.26 | 15 | 0.08 | 0.72 |
| Hex | BD | B4 | B1 | 0 | 5 | 6 | 1A | F | 8 | 48 |
| Octal | 275 | 264 | 261 | 0 | 5 | 6 | 32 | 17 | 10 | 110 |
| Binary | 10111101 | 10110100 | 10110001 | 0 | 101 | 110 | 11010 | 1111 | 1000 | 1001000 |
Color Harmonies of #BDB4B1
Complementary color
Monochromatic Colors of #BDB4B1
Black with #BDB4B1
Text Example
Text Example
White with #BDB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4B1; }
p { color: rgb(189,180,177); }
H1.HeaderClassName
{
color: #BDB4B1;
}
.AnyTagClassName
{
color: #BDB4B1;
}
</style>
background-color css
<style>
a { background-color: #BDB4B1; }
a { background-color: rgb(189,180,177); }
div.DivClassName
{
background-color: #BDB4B1;
}
.BgClassName
{
background-color: #BDB4B1;
}
</style>
border-color css
<style>
span { border-color: #BDB4B1; }
span { border-color: rgb(189,180,177); }
td.TdClassName
{
border-color: #BDB4B1;
}
.TagClassName
{
border-color: #BDB4B1;
}
</style>