Shades of Perfume #BDA2F0
Tints of Perfume #BDA2F0
RGB
CMYK
RGB Variations
Color information
#BDA2F0 (or 0xBDA2F0) is known color: Perfume. HEX triplet: BD, A2 and F0. RGB value is (189,162,240). Sum of RGB (Red+Green+Blue) = 189+162+240=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDA2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2F0 is #425D0F. Grayscale: #B2B2B2. Windows color (decimal): -4349200 or 15770301. OLE color: 15770301.
HSL color Cylindrical-coordinate representation of color #BDA2F0: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA2F0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 162 | 240 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.06 |
| HSL | 260.77º | 0.72% | 0.79% | - |
| HSV(B) | 260.77º | 0.33% | 0.94% | - |
| XYZ | 49.63 | 42.95 | 88.11 | - |
| YUV | 178.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 240 | 0.21 | 0.32 | 0 | 0.06 | 260.77 | 0.72 | 0.79 |
| Hex | BD | A2 | F0 | 15 | 20 | 0 | 6 | 105 | 48 | 4F |
| Octal | 275 | 242 | 360 | 25 | 40 | 0 | 6 | 405 | 110 | 117 |
| Binary | 10111101 | 10100010 | 11110000 | 10101 | 100000 | 0 | 110 | 100000101 | 1001000 | 1001111 |
Color Harmonies of #BDA2F0
Complementary color
Monochromatic Colors of #BDA2F0
Black with #BDA2F0
Text Example
Text Example
White with #BDA2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2F0; }
p { color: rgb(189,162,240); }
H1.HeaderClassName
{
color: #BDA2F0;
}
.AnyTagClassName
{
color: #BDA2F0;
}
</style>
background-color css
<style>
a { background-color: #BDA2F0; }
a { background-color: rgb(189,162,240); }
div.DivClassName
{
background-color: #BDA2F0;
}
.BgClassName
{
background-color: #BDA2F0;
}
</style>
border-color css
<style>
span { border-color: #BDA2F0; }
span { border-color: rgb(189,162,240); }
td.TdClassName
{
border-color: #BDA2F0;
}
.TagClassName
{
border-color: #BDA2F0;
}
</style>