Shades of Pink Swan #BDACAB
Tints of Pink Swan #BDACAB
RGB
CMYK
RGB Variations
Color information
#BDACAB (or 0xBDACAB) is known color: Pink Swan. HEX triplet: BD, AC and AB. RGB value is (189,172,171). Sum of RGB (Red+Green+Blue) = 189+172+171=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACAB is #425354. Grayscale: #B0B0B0. Windows color (decimal): -4346709 or 11250877. OLE color: 11250877.
HSL color Cylindrical-coordinate representation of color #BDACAB: hue angle of 3.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDACAB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 171 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.26 |
| HSL | 3.33º | 0.12% | 0.71% | - |
| HSV(B) | 3.33º | 0.1% | 0.74% | - |
| XYZ | 43.09 | 43.26 | 44.61 | - |
| YUV | 176.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 171 | 0 | 0.09 | 0.10 | 0.26 | 3.33 | 0.12 | 0.71 |
| Hex | BD | AC | AB | 0 | 9 | A | 1A | 3 | C | 47 |
| Octal | 275 | 254 | 253 | 0 | 11 | 12 | 32 | 3 | 14 | 107 |
| Binary | 10111101 | 10101100 | 10101011 | 0 | 1001 | 1010 | 11010 | 11 | 1100 | 1000111 |
Color Harmonies of #BDACAB
Complementary color
Monochromatic Colors of #BDACAB
Black with #BDACAB
Text Example
Text Example
White with #BDACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACAB; }
p { color: rgb(189,172,171); }
H1.HeaderClassName
{
color: #BDACAB;
}
.AnyTagClassName
{
color: #BDACAB;
}
</style>
background-color css
<style>
a { background-color: #BDACAB; }
a { background-color: rgb(189,172,171); }
div.DivClassName
{
background-color: #BDACAB;
}
.BgClassName
{
background-color: #BDACAB;
}
</style>
border-color css
<style>
span { border-color: #BDACAB; }
span { border-color: rgb(189,172,171); }
td.TdClassName
{
border-color: #BDACAB;
}
.TagClassName
{
border-color: #BDACAB;
}
</style>