Shades of Perfume #BDA7CF
Tints of Perfume #BDA7CF
RGB
CMYK
RGB Variations
Color information
#BDA7CF (or 0xBDA7CF) is known color: Perfume. HEX triplet: BD, A7 and CF. RGB value is (189,167,207). Sum of RGB (Red+Green+Blue) = 189+167+207=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7CF is #425830. Grayscale: #B2B2B2. Windows color (decimal): -4347953 or 13608893. OLE color: 13608893.
HSL color Cylindrical-coordinate representation of color #BDA7CF: hue angle of 273º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA7CF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 167 | 207 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.19 |
| HSL | 273º | 0.29% | 0.73% | - |
| HSV(B) | 273º | 0.19% | 0.81% | - |
| XYZ | 46.07 | 42.96 | 64.9 | - |
| YUV | 178.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 207 | 0.09 | 0.19 | 0 | 0.19 | 273 | 0.29 | 0.73 |
| Hex | BD | A7 | CF | 9 | 13 | 0 | 13 | 111 | 1D | 49 |
| Octal | 275 | 247 | 317 | 11 | 23 | 0 | 23 | 421 | 35 | 111 |
| Binary | 10111101 | 10100111 | 11001111 | 1001 | 10011 | 0 | 10011 | 100010001 | 11101 | 1001001 |
Color Harmonies of #BDA7CF
Complementary color
Monochromatic Colors of #BDA7CF
Black with #BDA7CF
Text Example
Text Example
White with #BDA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7CF; }
p { color: rgb(189,167,207); }
H1.HeaderClassName
{
color: #BDA7CF;
}
.AnyTagClassName
{
color: #BDA7CF;
}
</style>
background-color css
<style>
a { background-color: #BDA7CF; }
a { background-color: rgb(189,167,207); }
div.DivClassName
{
background-color: #BDA7CF;
}
.BgClassName
{
background-color: #BDA7CF;
}
</style>
border-color css
<style>
span { border-color: #BDA7CF; }
span { border-color: rgb(189,167,207); }
td.TdClassName
{
border-color: #BDA7CF;
}
.TagClassName
{
border-color: #BDA7CF;
}
</style>