Shades of Pink Swan #BDAFAC
Tints of Pink Swan #BDAFAC
RGB
CMYK
RGB Variations
Color information
#BDAFAC (or 0xBDAFAC) is known color: Pink Swan. HEX triplet: BD, AF and AC. RGB value is (189,175,172). Sum of RGB (Red+Green+Blue) = 189+175+172=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAC is #425053. Grayscale: #B2B2B2. Windows color (decimal): -4345940 or 11317181. OLE color: 11317181.
HSL color Cylindrical-coordinate representation of color #BDAFAC: hue angle of 10.59º 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 #BDAFAC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 172 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.26 |
| HSL | 10.59º | 0.11% | 0.71% | - |
| HSV(B) | 10.59º | 0.09% | 0.74% | - |
| XYZ | 43.76 | 44.46 | 45.3 | - |
| YUV | 178.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 172 | 0 | 0.07 | 0.09 | 0.26 | 10.59 | 0.11 | 0.71 |
| Hex | BD | AF | AC | 0 | 7 | 9 | 1A | B | B | 47 |
| Octal | 275 | 257 | 254 | 0 | 7 | 11 | 32 | 13 | 13 | 107 |
| Binary | 10111101 | 10101111 | 10101100 | 0 | 111 | 1001 | 11010 | 1011 | 1011 | 1000111 |
Color Harmonies of #BDAFAC
Complementary color
Monochromatic Colors of #BDAFAC
Black with #BDAFAC
Text Example
Text Example
White with #BDAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFAC; }
p { color: rgb(189,175,172); }
H1.HeaderClassName
{
color: #BDAFAC;
}
.AnyTagClassName
{
color: #BDAFAC;
}
</style>
background-color css
<style>
a { background-color: #BDAFAC; }
a { background-color: rgb(189,175,172); }
div.DivClassName
{
background-color: #BDAFAC;
}
.BgClassName
{
background-color: #BDAFAC;
}
</style>
border-color css
<style>
span { border-color: #BDAFAC; }
span { border-color: rgb(189,175,172); }
td.TdClassName
{
border-color: #BDAFAC;
}
.TagClassName
{
border-color: #BDAFAC;
}
</style>