Shades of Perfume #BDA8E6
Tints of Perfume #BDA8E6
RGB
CMYK
RGB Variations
Color information
#BDA8E6 (or 0xBDA8E6) is known color: Perfume. HEX triplet: BD, A8 and E6. RGB value is (189,168,230). Sum of RGB (Red+Green+Blue) = 189+168+230=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDA8E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8E6 is #425719. Grayscale: #B5B5B5. Windows color (decimal): -4347674 or 15116477. OLE color: 15116477.
HSL color Cylindrical-coordinate representation of color #BDA8E6: hue angle of 260.32º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA8E6 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 168 | 230 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.10 |
| HSL | 260.32º | 0.55% | 0.78% | - |
| HSV(B) | 260.32º | 0.27% | 0.9% | - |
| XYZ | 49.27 | 44.54 | 80.86 | - |
| YUV | 181.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 230 | 0.18 | 0.27 | 0 | 0.10 | 260.32 | 0.55 | 0.78 |
| Hex | BD | A8 | E6 | 12 | 1B | 0 | A | 104 | 37 | 4E |
| Octal | 275 | 250 | 346 | 22 | 33 | 0 | 12 | 404 | 67 | 116 |
| Binary | 10111101 | 10101000 | 11100110 | 10010 | 11011 | 0 | 1010 | 100000100 | 110111 | 1001110 |
Color Harmonies of #BDA8E6
Complementary color
Monochromatic Colors of #BDA8E6
Black with #BDA8E6
Text Example
Text Example
White with #BDA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8E6; }
p { color: rgb(189,168,230); }
H1.HeaderClassName
{
color: #BDA8E6;
}
.AnyTagClassName
{
color: #BDA8E6;
}
</style>
background-color css
<style>
a { background-color: #BDA8E6; }
a { background-color: rgb(189,168,230); }
div.DivClassName
{
background-color: #BDA8E6;
}
.BgClassName
{
background-color: #BDA8E6;
}
</style>
border-color css
<style>
span { border-color: #BDA8E6; }
span { border-color: rgb(189,168,230); }
td.TdClassName
{
border-color: #BDA8E6;
}
.TagClassName
{
border-color: #BDA8E6;
}
</style>