Shades of Pink Swan #BDA9A7
Tints of Pink Swan #BDA9A7
RGB
CMYK
RGB Variations
Color information
#BDA9A7 (or 0xBDA9A7) is known color: Pink Swan. HEX triplet: BD, A9 and A7. RGB value is (189,169,167). Sum of RGB (Red+Green+Blue) = 189+169+167=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9A7 is #425658. Grayscale: #AEAEAE. Windows color (decimal): -4347481 or 10987965. OLE color: 10987965.
HSL color Cylindrical-coordinate representation of color #BDA9A7: hue angle of 5.45º degrees, saturation: 0.14, 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 #BDA9A7 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 169 | 167 | - |
CMYK | 0 | 0.11 | 0.12 | 0.26 |
HSL | 5.45º | 0.14% | 0.7% | - |
HSV(B) | 5.45º | 0.12% | 0.74% | - |
XYZ | 42.15 | 41.98 | 42.44 | - |
YUV | 174.75 | 123.63 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 169 | 167 | 0 | 0.11 | 0.12 | 0.26 | 5.45 | 0.14 | 0.7 |
Hex | BD | A9 | A7 | 0 | B | C | 1A | 5 | E | 46 |
Octal | 275 | 251 | 247 | 0 | 13 | 14 | 32 | 5 | 16 | 106 |
Binary | 10111101 | 10101001 | 10100111 | 0 | 1011 | 1100 | 11010 | 101 | 1110 | 1000110 |
Color Harmonies of #BDA9A7
Complementary color
Monochromatic Colors of #BDA9A7
Black with #BDA9A7
Text Example
Text Example
White with #BDA9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9A7; }
p { color: rgb(189,169,167); }
H1.HeaderClassName
{
color: #BDA9A7;
}
.AnyTagClassName
{
color: #BDA9A7;
}
</style>
background-color css
<style>
a { background-color: #BDA9A7; }
a { background-color: rgb(189,169,167); }
div.DivClassName
{
background-color: #BDA9A7;
}
.BgClassName
{
background-color: #BDA9A7;
}
</style>
border-color css
<style>
span { border-color: #BDA9A7; }
span { border-color: rgb(189,169,167); }
td.TdClassName
{
border-color: #BDA9A7;
}
.TagClassName
{
border-color: #BDA9A7;
}
</style>