Shades of Perfume #BDA6E8
Tints of Perfume #BDA6E8
RGB
CMYK
RGB Variations
Color information
#BDA6E8 (or 0xBDA6E8) is known color: Perfume. HEX triplet: BD, A6 and E8. RGB value is (189,166,232). Sum of RGB (Red+Green+Blue) = 189+166+232=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6E8 is #425917. Grayscale: #B4B4B4. Windows color (decimal): -4348184 or 15247037. OLE color: 15247037.
HSL color Cylindrical-coordinate representation of color #BDA6E8: hue angle of 260.91º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA6E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 166 | 232 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 260.91º | 0.59% | 0.78% | - |
| HSV(B) | 260.91º | 0.28% | 0.91% | - |
| XYZ | 49.19 | 43.92 | 82.23 | - |
| YUV | 180.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 232 | 0.19 | 0.28 | 0 | 0.09 | 260.91 | 0.59 | 0.78 |
| Hex | BD | A6 | E8 | 13 | 1C | 0 | 9 | 105 | 3B | 4E |
| Octal | 275 | 246 | 350 | 23 | 34 | 0 | 11 | 405 | 73 | 116 |
| Binary | 10111101 | 10100110 | 11101000 | 10011 | 11100 | 0 | 1001 | 100000101 | 111011 | 1001110 |
Color Harmonies of #BDA6E8
Complementary color
Monochromatic Colors of #BDA6E8
Black with #BDA6E8
Text Example
Text Example
White with #BDA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6E8; }
p { color: rgb(189,166,232); }
H1.HeaderClassName
{
color: #BDA6E8;
}
.AnyTagClassName
{
color: #BDA6E8;
}
</style>
background-color css
<style>
a { background-color: #BDA6E8; }
a { background-color: rgb(189,166,232); }
div.DivClassName
{
background-color: #BDA6E8;
}
.BgClassName
{
background-color: #BDA6E8;
}
</style>
border-color css
<style>
span { border-color: #BDA6E8; }
span { border-color: rgb(189,166,232); }
td.TdClassName
{
border-color: #BDA6E8;
}
.TagClassName
{
border-color: #BDA6E8;
}
</style>