Shades of Perfume #BDA8DE
Tints of Perfume #BDA8DE
RGB
CMYK
RGB Variations
Color information
#BDA8DE (or 0xBDA8DE) is known color: Perfume. HEX triplet: BD, A8 and DE. RGB value is (189,168,222). Sum of RGB (Red+Green+Blue) = 189+168+222=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DE is #425721. Grayscale: #B4B4B4. Windows color (decimal): -4347682 or 14592189. OLE color: 14592189.
HSL color Cylindrical-coordinate representation of color #BDA8DE: hue angle of 263.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA8DE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 168 | 222 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.13 |
| HSL | 263.33º | 0.45% | 0.76% | - |
| HSV(B) | 263.33º | 0.24% | 0.87% | - |
| XYZ | 48.17 | 44.1 | 75.08 | - |
| YUV | 180.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 222 | 0.15 | 0.24 | 0 | 0.13 | 263.33 | 0.45 | 0.76 |
| Hex | BD | A8 | DE | F | 18 | 0 | D | 107 | 2D | 4C |
| Octal | 275 | 250 | 336 | 17 | 30 | 0 | 15 | 407 | 55 | 114 |
| Binary | 10111101 | 10101000 | 11011110 | 1111 | 11000 | 0 | 1101 | 100000111 | 101101 | 1001100 |
Color Harmonies of #BDA8DE
Complementary color
Monochromatic Colors of #BDA8DE
Black with #BDA8DE
Text Example
Text Example
White with #BDA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8DE; }
p { color: rgb(189,168,222); }
H1.HeaderClassName
{
color: #BDA8DE;
}
.AnyTagClassName
{
color: #BDA8DE;
}
</style>
background-color css
<style>
a { background-color: #BDA8DE; }
a { background-color: rgb(189,168,222); }
div.DivClassName
{
background-color: #BDA8DE;
}
.BgClassName
{
background-color: #BDA8DE;
}
</style>
border-color css
<style>
span { border-color: #BDA8DE; }
span { border-color: rgb(189,168,222); }
td.TdClassName
{
border-color: #BDA8DE;
}
.TagClassName
{
border-color: #BDA8DE;
}
</style>