Shades of Perfume #BDA7E0
Tints of Perfume #BDA7E0
RGB
CMYK
RGB Variations
Color information
#BDA7E0 (or 0xBDA7E0) is known color: Perfume. HEX triplet: BD, A7 and E0. RGB value is (189,167,224). Sum of RGB (Red+Green+Blue) = 189+167+224=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E0 is #42581F. Grayscale: #B3B3B3. Windows color (decimal): -4347936 or 14723005. OLE color: 14723005.
HSL color Cylindrical-coordinate representation of color #BDA7E0: hue angle of 263.16º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA7E0 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 167 | 224 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.12 |
| HSL | 263.16º | 0.48% | 0.77% | - |
| HSV(B) | 263.16º | 0.25% | 0.88% | - |
| XYZ | 48.26 | 43.84 | 76.44 | - |
| YUV | 180.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 224 | 0.16 | 0.25 | 0 | 0.12 | 263.16 | 0.48 | 0.77 |
| Hex | BD | A7 | E0 | 10 | 19 | 0 | C | 107 | 30 | 4D |
| Octal | 275 | 247 | 340 | 20 | 31 | 0 | 14 | 407 | 60 | 115 |
| Binary | 10111101 | 10100111 | 11100000 | 10000 | 11001 | 0 | 1100 | 100000111 | 110000 | 1001101 |
Color Harmonies of #BDA7E0
Complementary color
Monochromatic Colors of #BDA7E0
Black with #BDA7E0
Text Example
Text Example
White with #BDA7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7E0; }
p { color: rgb(189,167,224); }
H1.HeaderClassName
{
color: #BDA7E0;
}
.AnyTagClassName
{
color: #BDA7E0;
}
</style>
background-color css
<style>
a { background-color: #BDA7E0; }
a { background-color: rgb(189,167,224); }
div.DivClassName
{
background-color: #BDA7E0;
}
.BgClassName
{
background-color: #BDA7E0;
}
</style>
border-color css
<style>
span { border-color: #BDA7E0; }
span { border-color: rgb(189,167,224); }
td.TdClassName
{
border-color: #BDA7E0;
}
.TagClassName
{
border-color: #BDA7E0;
}
</style>