Shades of Pink Swan #BDADAC
Tints of Pink Swan #BDADAC
RGB
CMYK
RGB Variations
Color information
#BDADAC (or 0xBDADAC) is known color: Pink Swan. HEX triplet: BD, AD and AC. RGB value is (189,173,172). Sum of RGB (Red+Green+Blue) = 189+173+172=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADAC is #425253. Grayscale: #B1B1B1. Windows color (decimal): -4346452 or 11316669. OLE color: 11316669.
HSL color Cylindrical-coordinate representation of color #BDADAC: hue angle of 3.53º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDADAC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 172 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.26 |
| HSL | 3.53º | 0.11% | 0.71% | - |
| HSV(B) | 3.53º | 0.09% | 0.74% | - |
| XYZ | 43.38 | 43.68 | 45.18 | - |
| YUV | 177.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 172 | 0 | 0.08 | 0.09 | 0.26 | 3.53 | 0.11 | 0.71 |
| Hex | BD | AD | AC | 0 | 8 | 9 | 1A | 4 | B | 47 |
| Octal | 275 | 255 | 254 | 0 | 10 | 11 | 32 | 4 | 13 | 107 |
| Binary | 10111101 | 10101101 | 10101100 | 0 | 1000 | 1001 | 11010 | 100 | 1011 | 1000111 |
Color Harmonies of #BDADAC
Complementary color
Monochromatic Colors of #BDADAC
Black with #BDADAC
Text Example
Text Example
White with #BDADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADAC; }
p { color: rgb(189,173,172); }
H1.HeaderClassName
{
color: #BDADAC;
}
.AnyTagClassName
{
color: #BDADAC;
}
</style>
background-color css
<style>
a { background-color: #BDADAC; }
a { background-color: rgb(189,173,172); }
div.DivClassName
{
background-color: #BDADAC;
}
.BgClassName
{
background-color: #BDADAC;
}
</style>
border-color css
<style>
span { border-color: #BDADAC; }
span { border-color: rgb(189,173,172); }
td.TdClassName
{
border-color: #BDADAC;
}
.TagClassName
{
border-color: #BDADAC;
}
</style>