Shades of Perfume #BDA9CF
Tints of Perfume #BDA9CF
RGB
CMYK
RGB Variations
Color information
#BDA9CF (or 0xBDA9CF) is known color: Perfume. HEX triplet: BD, A9 and CF. RGB value is (189,169,207). Sum of RGB (Red+Green+Blue) = 189+169+207=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CF is #425630. Grayscale: #B3B3B3. Windows color (decimal): -4347441 or 13609405. OLE color: 13609405.
HSL color Cylindrical-coordinate representation of color #BDA9CF: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA9CF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 169 | 207 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.19 |
| HSL | 271.58º | 0.28% | 0.74% | - |
| HSV(B) | 271.58º | 0.18% | 0.81% | - |
| XYZ | 46.44 | 43.7 | 65.02 | - |
| YUV | 179.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 207 | 0.09 | 0.18 | 0 | 0.19 | 271.58 | 0.28 | 0.74 |
| Hex | BD | A9 | CF | 9 | 12 | 0 | 13 | 110 | 1C | 4A |
| Octal | 275 | 251 | 317 | 11 | 22 | 0 | 23 | 420 | 34 | 112 |
| Binary | 10111101 | 10101001 | 11001111 | 1001 | 10010 | 0 | 10011 | 100010000 | 11100 | 1001010 |
Color Harmonies of #BDA9CF
Complementary color
Monochromatic Colors of #BDA9CF
Black with #BDA9CF
Text Example
Text Example
White with #BDA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9CF; }
p { color: rgb(189,169,207); }
H1.HeaderClassName
{
color: #BDA9CF;
}
.AnyTagClassName
{
color: #BDA9CF;
}
</style>
background-color css
<style>
a { background-color: #BDA9CF; }
a { background-color: rgb(189,169,207); }
div.DivClassName
{
background-color: #BDA9CF;
}
.BgClassName
{
background-color: #BDA9CF;
}
</style>
border-color css
<style>
span { border-color: #BDA9CF; }
span { border-color: rgb(189,169,207); }
td.TdClassName
{
border-color: #BDA9CF;
}
.TagClassName
{
border-color: #BDA9CF;
}
</style>