Shades of Perfume #BDA5EF
Tints of Perfume #BDA5EF
RGB
CMYK
RGB Variations
Color information
#BDA5EF (or 0xBDA5EF) is known color: Perfume. HEX triplet: BD, A5 and EF. RGB value is (189,165,239). Sum of RGB (Red+Green+Blue) = 189+165+239=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5EF is #425A10. Grayscale: #B4B4B4. Windows color (decimal): -4348433 or 15705533. OLE color: 15705533.
HSL color Cylindrical-coordinate representation of color #BDA5EF: hue angle of 259.46º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA5EF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 165 | 239 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.06 |
| HSL | 259.46º | 0.7% | 0.79% | - |
| HSV(B) | 259.46º | 0.31% | 0.94% | - |
| XYZ | 50.02 | 43.96 | 87.51 | - |
| YUV | 180.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 239 | 0.21 | 0.31 | 0 | 0.06 | 259.46 | 0.7 | 0.79 |
| Hex | BD | A5 | EF | 15 | 1F | 0 | 6 | 103 | 46 | 4F |
| Octal | 275 | 245 | 357 | 25 | 37 | 0 | 6 | 403 | 106 | 117 |
| Binary | 10111101 | 10100101 | 11101111 | 10101 | 11111 | 0 | 110 | 100000011 | 1000110 | 1001111 |
Color Harmonies of #BDA5EF
Complementary color
Monochromatic Colors of #BDA5EF
Black with #BDA5EF
Text Example
Text Example
White with #BDA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5EF; }
p { color: rgb(189,165,239); }
H1.HeaderClassName
{
color: #BDA5EF;
}
.AnyTagClassName
{
color: #BDA5EF;
}
</style>
background-color css
<style>
a { background-color: #BDA5EF; }
a { background-color: rgb(189,165,239); }
div.DivClassName
{
background-color: #BDA5EF;
}
.BgClassName
{
background-color: #BDA5EF;
}
</style>
border-color css
<style>
span { border-color: #BDA5EF; }
span { border-color: rgb(189,165,239); }
td.TdClassName
{
border-color: #BDA5EF;
}
.TagClassName
{
border-color: #BDA5EF;
}
</style>