Shades of Perfume #BDA7EA
Tints of Perfume #BDA7EA
RGB
CMYK
RGB Variations
Color information
#BDA7EA (or 0xBDA7EA) is known color: Perfume. HEX triplet: BD, A7 and EA. RGB value is (189,167,234). Sum of RGB (Red+Green+Blue) = 189+167+234=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7EA is #425815. Grayscale: #B4B4B4. Windows color (decimal): -4347926 or 15378365. OLE color: 15378365.
HSL color Cylindrical-coordinate representation of color #BDA7EA: hue angle of 259.7º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA7EA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 167 | 234 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.08 |
| HSL | 259.7º | 0.61% | 0.79% | - |
| HSV(B) | 259.7º | 0.29% | 0.92% | - |
| XYZ | 49.66 | 44.4 | 83.79 | - |
| YUV | 181.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 234 | 0.19 | 0.29 | 0 | 0.08 | 259.7 | 0.61 | 0.79 |
| Hex | BD | A7 | EA | 13 | 1D | 0 | 8 | 104 | 3D | 4F |
| Octal | 275 | 247 | 352 | 23 | 35 | 0 | 10 | 404 | 75 | 117 |
| Binary | 10111101 | 10100111 | 11101010 | 10011 | 11101 | 0 | 1000 | 100000100 | 111101 | 1001111 |
Color Harmonies of #BDA7EA
Complementary color
Monochromatic Colors of #BDA7EA
Black with #BDA7EA
Text Example
Text Example
White with #BDA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7EA; }
p { color: rgb(189,167,234); }
H1.HeaderClassName
{
color: #BDA7EA;
}
.AnyTagClassName
{
color: #BDA7EA;
}
</style>
background-color css
<style>
a { background-color: #BDA7EA; }
a { background-color: rgb(189,167,234); }
div.DivClassName
{
background-color: #BDA7EA;
}
.BgClassName
{
background-color: #BDA7EA;
}
</style>
border-color css
<style>
span { border-color: #BDA7EA; }
span { border-color: rgb(189,167,234); }
td.TdClassName
{
border-color: #BDA7EA;
}
.TagClassName
{
border-color: #BDA7EA;
}
</style>