Shades of Perfume #BDA2DF
Tints of Perfume #BDA2DF
RGB
CMYK
RGB Variations
Color information
#BDA2DF (or 0xBDA2DF) is known color: Perfume. HEX triplet: BD, A2 and DF. RGB value is (189,162,223). Sum of RGB (Red+Green+Blue) = 189+162+223=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DF is #425D20. Grayscale: #B0B0B0. Windows color (decimal): -4349217 or 14656189. OLE color: 14656189.
HSL color Cylindrical-coordinate representation of color #BDA2DF: hue angle of 266.56º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA2DF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 162 | 223 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.13 |
| HSL | 266.56º | 0.49% | 0.75% | - |
| HSV(B) | 266.56º | 0.27% | 0.87% | - |
| XYZ | 47.23 | 41.99 | 75.43 | - |
| YUV | 177.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 223 | 0.15 | 0.27 | 0 | 0.13 | 266.56 | 0.49 | 0.75 |
| Hex | BD | A2 | DF | F | 1B | 0 | D | 10B | 31 | 4B |
| Octal | 275 | 242 | 337 | 17 | 33 | 0 | 15 | 413 | 61 | 113 |
| Binary | 10111101 | 10100010 | 11011111 | 1111 | 11011 | 0 | 1101 | 100001011 | 110001 | 1001011 |
Color Harmonies of #BDA2DF
Complementary color
Monochromatic Colors of #BDA2DF
Black with #BDA2DF
Text Example
Text Example
White with #BDA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2DF; }
p { color: rgb(189,162,223); }
H1.HeaderClassName
{
color: #BDA2DF;
}
.AnyTagClassName
{
color: #BDA2DF;
}
</style>
background-color css
<style>
a { background-color: #BDA2DF; }
a { background-color: rgb(189,162,223); }
div.DivClassName
{
background-color: #BDA2DF;
}
.BgClassName
{
background-color: #BDA2DF;
}
</style>
border-color css
<style>
span { border-color: #BDA2DF; }
span { border-color: rgb(189,162,223); }
td.TdClassName
{
border-color: #BDA2DF;
}
.TagClassName
{
border-color: #BDA2DF;
}
</style>