Shades of Pink Swan #BDB0B0
Tints of Pink Swan #BDB0B0
RGB
CMYK
RGB Variations
Color information
#BDB0B0 (or 0xBDB0B0) is known color: 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
| RGB | 189 | 176 | 176 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.26 |
| HSL | 0º | 0.09% | 0.72% | - |
| HSV(B) | 0º | 0.07% | 0.74% | - |
| XYZ | 44.35 | 45 | 47.42 | - |
| YUV | 179.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 176 | 0 | 0.07 | 0.07 | 0.26 | 0 | 0.09 | 0.72 |
| Hex | BD | B0 | B0 | 0 | 7 | 7 | 1A | 0 | 9 | 48 |
| Octal | 275 | 260 | 260 | 0 | 7 | 7 | 32 | 0 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10110000 | 0 | 111 | 111 | 11010 | 0 | 1001 | 1001000 |
Color Harmonies of #BDB0B0
Complementary color
Monochromatic Colors of #BDB0B0
Black with #BDB0B0
Text Example
Text Example
White with #BDB0B0
Text Example
Text Example
HTML Codes & Css Web 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>