Shades of Perfume #BDA7CC
Tints of Perfume #BDA7CC
RGB
CMYK
RGB Variations
Color information
#BDA7CC (or 0xBDA7CC) is known color: Perfume. HEX triplet: BD, A7 and CC. RGB value is (189,167,204). Sum of RGB (Red+Green+Blue) = 189+167+204=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7CC is #425833. Grayscale: #B1B1B1. Windows color (decimal): -4347956 or 13412285. OLE color: 13412285.
HSL color Cylindrical-coordinate representation of color #BDA7CC: hue angle of 275.68º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA7CC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 167 | 204 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.2 |
| HSL | 275.68º | 0.27% | 0.73% | - |
| HSV(B) | 275.68º | 0.18% | 0.8% | - |
| XYZ | 45.7 | 42.82 | 62.98 | - |
| YUV | 177.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 204 | 0.07 | 0.18 | 0 | 0.2 | 275.68 | 0.27 | 0.73 |
| Hex | BD | A7 | CC | 7 | 12 | 0 | 14 | 114 | 1B | 49 |
| Octal | 275 | 247 | 314 | 7 | 22 | 0 | 24 | 424 | 33 | 111 |
| Binary | 10111101 | 10100111 | 11001100 | 111 | 10010 | 0 | 10100 | 100010100 | 11011 | 1001001 |
Color Harmonies of #BDA7CC
Complementary color
Monochromatic Colors of #BDA7CC
Black with #BDA7CC
Text Example
Text Example
White with #BDA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7CC; }
p { color: rgb(189,167,204); }
H1.HeaderClassName
{
color: #BDA7CC;
}
.AnyTagClassName
{
color: #BDA7CC;
}
</style>
background-color css
<style>
a { background-color: #BDA7CC; }
a { background-color: rgb(189,167,204); }
div.DivClassName
{
background-color: #BDA7CC;
}
.BgClassName
{
background-color: #BDA7CC;
}
</style>
border-color css
<style>
span { border-color: #BDA7CC; }
span { border-color: rgb(189,167,204); }
td.TdClassName
{
border-color: #BDA7CC;
}
.TagClassName
{
border-color: #BDA7CC;
}
</style>