Shades of Pink Swan #BDACAA
Tints of Pink Swan #BDACAA
RGB
CMYK
RGB Variations
Color information
#BDACAA (or 0xBDACAA) is known color: Pink Swan. HEX triplet: BD, AC and AA. RGB value is (189,172,170). Sum of RGB (Red+Green+Blue) = 189+172+170=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAA is #425355. Grayscale: #B0B0B0. Windows color (decimal): -4346710 or 11185341. OLE color: 11185341.
HSL color Cylindrical-coordinate representation of color #BDACAA: hue angle of 6.32º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDACAA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 170 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.26 |
| HSL | 6.32º | 0.13% | 0.7% | - |
| HSV(B) | 6.32º | 0.1% | 0.74% | - |
| XYZ | 42.99 | 43.23 | 44.11 | - |
| YUV | 176.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 170 | 0 | 0.09 | 0.10 | 0.26 | 6.32 | 0.13 | 0.7 |
| Hex | BD | AC | AA | 0 | 9 | A | 1A | 6 | D | 46 |
| Octal | 275 | 254 | 252 | 0 | 11 | 12 | 32 | 6 | 15 | 106 |
| Binary | 10111101 | 10101100 | 10101010 | 0 | 1001 | 1010 | 11010 | 110 | 1101 | 1000110 |
Color Harmonies of #BDACAA
Complementary color
Monochromatic Colors of #BDACAA
Black with #BDACAA
Text Example
Text Example
White with #BDACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACAA; }
p { color: rgb(189,172,170); }
H1.HeaderClassName
{
color: #BDACAA;
}
.AnyTagClassName
{
color: #BDACAA;
}
</style>
background-color css
<style>
a { background-color: #BDACAA; }
a { background-color: rgb(189,172,170); }
div.DivClassName
{
background-color: #BDACAA;
}
.BgClassName
{
background-color: #BDACAA;
}
</style>
border-color css
<style>
span { border-color: #BDACAA; }
span { border-color: rgb(189,172,170); }
td.TdClassName
{
border-color: #BDACAA;
}
.TagClassName
{
border-color: #BDACAA;
}
</style>