Shades of Pink Swan #BDABA9
Tints of Pink Swan #BDABA9
RGB
CMYK
RGB Variations
Color information
#BDABA9 (or 0xBDABA9) is known color: Pink Swan. HEX triplet: BD, AB and A9. RGB value is (189,171,169). Sum of RGB (Red+Green+Blue) = 189+171+169=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA9 is #425456. Grayscale: #B0B0B0. Windows color (decimal): -4346967 or 11119549. OLE color: 11119549.
HSL color Cylindrical-coordinate representation of color #BDABA9: hue angle of 6º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDABA9 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 171 | 169 | - |
CMYK | 0 | 0.10 | 0.11 | 0.26 |
HSL | 6º | 0.13% | 0.7% | - |
HSV(B) | 6º | 0.11% | 0.74% | - |
XYZ | 42.71 | 42.81 | 43.55 | - |
YUV | 176.15 | 123.96 | 137.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 171 | 169 | 0 | 0.10 | 0.11 | 0.26 | 6 | 0.13 | 0.7 |
Hex | BD | AB | A9 | 0 | A | B | 1A | 6 | D | 46 |
Octal | 275 | 253 | 251 | 0 | 12 | 13 | 32 | 6 | 15 | 106 |
Binary | 10111101 | 10101011 | 10101001 | 0 | 1010 | 1011 | 11010 | 110 | 1101 | 1000110 |
Color Harmonies of #BDABA9
Complementary color
Monochromatic Colors of #BDABA9
Black with #BDABA9
Text Example
Text Example
White with #BDABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABA9; }
p { color: rgb(189,171,169); }
H1.HeaderClassName
{
color: #BDABA9;
}
.AnyTagClassName
{
color: #BDABA9;
}
</style>
background-color css
<style>
a { background-color: #BDABA9; }
a { background-color: rgb(189,171,169); }
div.DivClassName
{
background-color: #BDABA9;
}
.BgClassName
{
background-color: #BDABA9;
}
</style>
border-color css
<style>
span { border-color: #BDABA9; }
span { border-color: rgb(189,171,169); }
td.TdClassName
{
border-color: #BDABA9;
}
.TagClassName
{
border-color: #BDABA9;
}
</style>