Shades of Perfume #BDA4ED
Tints of Perfume #BDA4ED
RGB
CMYK
RGB Variations
Color information
#BDA4ED (or 0xBDA4ED) is known color: Perfume. HEX triplet: BD, A4 and ED. RGB value is (189,164,237). Sum of RGB (Red+Green+Blue) = 189+164+237=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4ED is #425B12. Grayscale: #B3B3B3. Windows color (decimal): -4348691 or 15574205. OLE color: 15574205.
HSL color Cylindrical-coordinate representation of color #BDA4ED: hue angle of 260.55º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA4ED is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 164 | 237 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.07 |
| HSL | 260.55º | 0.67% | 0.79% | - |
| HSV(B) | 260.55º | 0.31% | 0.93% | - |
| XYZ | 49.55 | 43.48 | 85.9 | - |
| YUV | 179.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 237 | 0.20 | 0.31 | 0 | 0.07 | 260.55 | 0.67 | 0.79 |
| Hex | BD | A4 | ED | 14 | 1F | 0 | 7 | 105 | 43 | 4F |
| Octal | 275 | 244 | 355 | 24 | 37 | 0 | 7 | 405 | 103 | 117 |
| Binary | 10111101 | 10100100 | 11101101 | 10100 | 11111 | 0 | 111 | 100000101 | 1000011 | 1001111 |
Color Harmonies of #BDA4ED
Complementary color
Monochromatic Colors of #BDA4ED
Black with #BDA4ED
Text Example
Text Example
White with #BDA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4ED; }
p { color: rgb(189,164,237); }
H1.HeaderClassName
{
color: #BDA4ED;
}
.AnyTagClassName
{
color: #BDA4ED;
}
</style>
background-color css
<style>
a { background-color: #BDA4ED; }
a { background-color: rgb(189,164,237); }
div.DivClassName
{
background-color: #BDA4ED;
}
.BgClassName
{
background-color: #BDA4ED;
}
</style>
border-color css
<style>
span { border-color: #BDA4ED; }
span { border-color: rgb(189,164,237); }
td.TdClassName
{
border-color: #BDA4ED;
}
.TagClassName
{
border-color: #BDA4ED;
}
</style>