Shades of Perfume #BDA8E8
Tints of Perfume #BDA8E8
RGB
CMYK
RGB Variations
Color information
#BDA8E8 (or 0xBDA8E8) is known color: Perfume. HEX triplet: BD, A8 and E8. RGB value is (189,168,232). Sum of RGB (Red+Green+Blue) = 189+168+232=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8E8 is #425717. Grayscale: #B5B5B5. Windows color (decimal): -4347672 or 15247549. OLE color: 15247549.
HSL color Cylindrical-coordinate representation of color #BDA8E8: hue angle of 259.69º degrees, saturation: 0.58, 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 #BDA8E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 168 | 232 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 259.69º | 0.58% | 0.78% | - |
| HSV(B) | 259.69º | 0.28% | 0.91% | - |
| XYZ | 49.55 | 44.65 | 82.35 | - |
| YUV | 181.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 232 | 0.19 | 0.28 | 0 | 0.09 | 259.69 | 0.58 | 0.78 |
| Hex | BD | A8 | E8 | 13 | 1C | 0 | 9 | 104 | 3A | 4E |
| Octal | 275 | 250 | 350 | 23 | 34 | 0 | 11 | 404 | 72 | 116 |
| Binary | 10111101 | 10101000 | 11101000 | 10011 | 11100 | 0 | 1001 | 100000100 | 111010 | 1001110 |
Color Harmonies of #BDA8E8
Complementary color
Monochromatic Colors of #BDA8E8
Black with #BDA8E8
Text Example
Text Example
White with #BDA8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8E8; }
p { color: rgb(189,168,232); }
H1.HeaderClassName
{
color: #BDA8E8;
}
.AnyTagClassName
{
color: #BDA8E8;
}
</style>
background-color css
<style>
a { background-color: #BDA8E8; }
a { background-color: rgb(189,168,232); }
div.DivClassName
{
background-color: #BDA8E8;
}
.BgClassName
{
background-color: #BDA8E8;
}
</style>
border-color css
<style>
span { border-color: #BDA8E8; }
span { border-color: rgb(189,168,232); }
td.TdClassName
{
border-color: #BDA8E8;
}
.TagClassName
{
border-color: #BDA8E8;
}
</style>