Shades of Perfume #BDA8CF
Tints of Perfume #BDA8CF
RGB
CMYK
RGB Variations
Color information
#BDA8CF (or 0xBDA8CF) is known color: Perfume. HEX triplet: BD, A8 and CF. RGB value is (189,168,207). Sum of RGB (Red+Green+Blue) = 189+168+207=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8CF is #425730. Grayscale: #B2B2B2. Windows color (decimal): -4347697 or 13609149. OLE color: 13609149.
HSL color Cylindrical-coordinate representation of color #BDA8CF: hue angle of 272.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA8CF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 168 | 207 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.19 |
| HSL | 272.31º | 0.29% | 0.74% | - |
| HSV(B) | 272.31º | 0.19% | 0.81% | - |
| XYZ | 46.25 | 43.33 | 64.96 | - |
| YUV | 178.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 207 | 0.09 | 0.19 | 0 | 0.19 | 272.31 | 0.29 | 0.74 |
| Hex | BD | A8 | CF | 9 | 13 | 0 | 13 | 110 | 1D | 4A |
| Octal | 275 | 250 | 317 | 11 | 23 | 0 | 23 | 420 | 35 | 112 |
| Binary | 10111101 | 10101000 | 11001111 | 1001 | 10011 | 0 | 10011 | 100010000 | 11101 | 1001010 |
Color Harmonies of #BDA8CF
Complementary color
Monochromatic Colors of #BDA8CF
Black with #BDA8CF
Text Example
Text Example
White with #BDA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8CF; }
p { color: rgb(189,168,207); }
H1.HeaderClassName
{
color: #BDA8CF;
}
.AnyTagClassName
{
color: #BDA8CF;
}
</style>
background-color css
<style>
a { background-color: #BDA8CF; }
a { background-color: rgb(189,168,207); }
div.DivClassName
{
background-color: #BDA8CF;
}
.BgClassName
{
background-color: #BDA8CF;
}
</style>
border-color css
<style>
span { border-color: #BDA8CF; }
span { border-color: rgb(189,168,207); }
td.TdClassName
{
border-color: #BDA8CF;
}
.TagClassName
{
border-color: #BDA8CF;
}
</style>