Shades of Perfume #BDA2F7
Tints of Perfume #BDA2F7
RGB
CMYK
RGB Variations
Color information
#BDA2F7 (or 0xBDA2F7) is known color: Perfume. HEX triplet: BD, A2 and F7. RGB value is (189,162,247). Sum of RGB (Red+Green+Blue) = 189+162+247=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDA2F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2F7 is #425D08. Grayscale: #B3B3B3. Windows color (decimal): -4349193 or 16229053. OLE color: 16229053.
HSL color Cylindrical-coordinate representation of color #BDA2F7: hue angle of 259.06º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA2F7 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 162 | 247 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.03 |
| HSL | 259.06º | 0.84% | 0.8% | - |
| HSV(B) | 259.06º | 0.34% | 0.97% | - |
| XYZ | 50.7 | 43.37 | 93.7 | - |
| YUV | 179.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 247 | 0.23 | 0.34 | 0 | 0.03 | 259.06 | 0.84 | 0.8 |
| Hex | BD | A2 | F7 | 17 | 22 | 0 | 3 | 103 | 54 | 50 |
| Octal | 275 | 242 | 367 | 27 | 42 | 0 | 3 | 403 | 124 | 120 |
| Binary | 10111101 | 10100010 | 11110111 | 10111 | 100010 | 0 | 11 | 100000011 | 1010100 | 1010000 |
Color Harmonies of #BDA2F7
Complementary color
Monochromatic Colors of #BDA2F7
Black with #BDA2F7
Text Example
Text Example
White with #BDA2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2F7; }
p { color: rgb(189,162,247); }
H1.HeaderClassName
{
color: #BDA2F7;
}
.AnyTagClassName
{
color: #BDA2F7;
}
</style>
background-color css
<style>
a { background-color: #BDA2F7; }
a { background-color: rgb(189,162,247); }
div.DivClassName
{
background-color: #BDA2F7;
}
.BgClassName
{
background-color: #BDA2F7;
}
</style>
border-color css
<style>
span { border-color: #BDA2F7; }
span { border-color: rgb(189,162,247); }
td.TdClassName
{
border-color: #BDA2F7;
}
.TagClassName
{
border-color: #BDA2F7;
}
</style>