Shades of Perfume #BDA1E7
Tints of Perfume #BDA1E7
RGB
CMYK
RGB Variations
Color information
#BDA1E7 (or 0xBDA1E7) is known color: Perfume. HEX triplet: BD, A1 and E7. RGB value is (189,161,231). Sum of RGB (Red+Green+Blue) = 189+161+231=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1E7 is #425E18. Grayscale: #B1B1B1. Windows color (decimal): -4349465 or 15180221. OLE color: 15180221.
HSL color Cylindrical-coordinate representation of color #BDA1E7: hue angle of 264º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA1E7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 161 | 231 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.09 |
| HSL | 264º | 0.59% | 0.77% | - |
| HSV(B) | 264º | 0.3% | 0.91% | - |
| XYZ | 48.15 | 42.08 | 81.19 | - |
| YUV | 177.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 231 | 0.18 | 0.30 | 0 | 0.09 | 264 | 0.59 | 0.77 |
| Hex | BD | A1 | E7 | 12 | 1E | 0 | 9 | 108 | 3B | 4D |
| Octal | 275 | 241 | 347 | 22 | 36 | 0 | 11 | 410 | 73 | 115 |
| Binary | 10111101 | 10100001 | 11100111 | 10010 | 11110 | 0 | 1001 | 100001000 | 111011 | 1001101 |
Color Harmonies of #BDA1E7
Complementary color
Monochromatic Colors of #BDA1E7
Black with #BDA1E7
Text Example
Text Example
White with #BDA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1E7; }
p { color: rgb(189,161,231); }
H1.HeaderClassName
{
color: #BDA1E7;
}
.AnyTagClassName
{
color: #BDA1E7;
}
</style>
background-color css
<style>
a { background-color: #BDA1E7; }
a { background-color: rgb(189,161,231); }
div.DivClassName
{
background-color: #BDA1E7;
}
.BgClassName
{
background-color: #BDA1E7;
}
</style>
border-color css
<style>
span { border-color: #BDA1E7; }
span { border-color: rgb(189,161,231); }
td.TdClassName
{
border-color: #BDA1E7;
}
.TagClassName
{
border-color: #BDA1E7;
}
</style>