Shades of Pink Swan #BDB0AE
Tints of Pink Swan #BDB0AE
RGB
CMYK
RGB Variations
Color information
#BDB0AE (or 0xBDB0AE) is known color: Pink Swan. HEX triplet: BD, B0 and AE. RGB value is (189,176,174). Sum of RGB (Red+Green+Blue) = 189+176+174=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AE is #424F51. Grayscale: #B3B3B3. Windows color (decimal): -4345682 or 11448509. OLE color: 11448509.
HSL color Cylindrical-coordinate representation of color #BDB0AE: hue angle of 8º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB0AE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 174 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.26 |
| HSL | 8º | 0.1% | 0.71% | - |
| HSV(B) | 8º | 0.08% | 0.74% | - |
| XYZ | 44.15 | 44.93 | 46.39 | - |
| YUV | 179.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 174 | 0 | 0.07 | 0.08 | 0.26 | 8 | 0.1 | 0.71 |
| Hex | BD | B0 | AE | 0 | 7 | 8 | 1A | 8 | A | 47 |
| Octal | 275 | 260 | 256 | 0 | 7 | 10 | 32 | 10 | 12 | 107 |
| Binary | 10111101 | 10110000 | 10101110 | 0 | 111 | 1000 | 11010 | 1000 | 1010 | 1000111 |
Color Harmonies of #BDB0AE
Complementary color
Monochromatic Colors of #BDB0AE
Black with #BDB0AE
Text Example
Text Example
White with #BDB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0AE; }
p { color: rgb(189,176,174); }
H1.HeaderClassName
{
color: #BDB0AE;
}
.AnyTagClassName
{
color: #BDB0AE;
}
</style>
background-color css
<style>
a { background-color: #BDB0AE; }
a { background-color: rgb(189,176,174); }
div.DivClassName
{
background-color: #BDB0AE;
}
.BgClassName
{
background-color: #BDB0AE;
}
</style>
border-color css
<style>
span { border-color: #BDB0AE; }
span { border-color: rgb(189,176,174); }
td.TdClassName
{
border-color: #BDB0AE;
}
.TagClassName
{
border-color: #BDB0AE;
}
</style>