Shades of Pink Swan #BDA7A6
Tints of Pink Swan #BDA7A6
RGB
CMYK
RGB Variations
Color information
#BDA7A6 (or 0xBDA7A6) is known color: Pink Swan. HEX triplet: BD, A7 and A6. RGB value is (189,167,166). Sum of RGB (Red+Green+Blue) = 189+167+166=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A6 is #425859. Grayscale: #ADADAD. Windows color (decimal): -4347994 or 10921917. OLE color: 10921917.
HSL color Cylindrical-coordinate representation of color #BDA7A6: hue angle of 2.61º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA7A6 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 166 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.26 |
| HSL | 2.61º | 0.15% | 0.7% | - |
| HSV(B) | 2.61º | 0.12% | 0.74% | - |
| XYZ | 41.69 | 41.21 | 41.83 | - |
| YUV | 173.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 166 | 0 | 0.12 | 0.12 | 0.26 | 2.61 | 0.15 | 0.7 |
| Hex | BD | A7 | A6 | 0 | C | C | 1A | 3 | F | 46 |
| Octal | 275 | 247 | 246 | 0 | 14 | 14 | 32 | 3 | 17 | 106 |
| Binary | 10111101 | 10100111 | 10100110 | 0 | 1100 | 1100 | 11010 | 11 | 1111 | 1000110 |
Color Harmonies of #BDA7A6
Complementary color
Monochromatic Colors of #BDA7A6
Black with #BDA7A6
Text Example
Text Example
White with #BDA7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A6; }
p { color: rgb(189,167,166); }
H1.HeaderClassName
{
color: #BDA7A6;
}
.AnyTagClassName
{
color: #BDA7A6;
}
</style>
background-color css
<style>
a { background-color: #BDA7A6; }
a { background-color: rgb(189,167,166); }
div.DivClassName
{
background-color: #BDA7A6;
}
.BgClassName
{
background-color: #BDA7A6;
}
</style>
border-color css
<style>
span { border-color: #BDA7A6; }
span { border-color: rgb(189,167,166); }
td.TdClassName
{
border-color: #BDA7A6;
}
.TagClassName
{
border-color: #BDA7A6;
}
</style>