Shades of Perfume #BDA4DB
Tints of Perfume #BDA4DB
RGB
CMYK
RGB Variations
Color information
#BDA4DB (or 0xBDA4DB) is known color: Perfume. HEX triplet: BD, A4 and DB. RGB value is (189,164,219). Sum of RGB (Red+Green+Blue) = 189+164+219=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DB is #425B24. Grayscale: #B1B1B1. Windows color (decimal): -4348709 or 14394557. OLE color: 14394557.
HSL color Cylindrical-coordinate representation of color #BDA4DB: hue angle of 267.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA4DB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 164 | 219 | - |
CMYK | 0.14 | 0.25 | 0 | 0.14 |
HSL | 267.27º | 0.43% | 0.75% | - |
HSV(B) | 267.27º | 0.25% | 0.86% | - |
XYZ | 47.05 | 42.48 | 72.74 | - |
YUV | 177.75 | 151.28 | 136.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 219 | 0.14 | 0.25 | 0 | 0.14 | 267.27 | 0.43 | 0.75 |
Hex | BD | A4 | DB | E | 19 | 0 | E | 10B | 2B | 4B |
Octal | 275 | 244 | 333 | 16 | 31 | 0 | 16 | 413 | 53 | 113 |
Binary | 10111101 | 10100100 | 11011011 | 1110 | 11001 | 0 | 1110 | 100001011 | 101011 | 1001011 |
Color Harmonies of #BDA4DB
Complementary color
Monochromatic Colors of #BDA4DB
Black with #BDA4DB
Text Example
Text Example
White with #BDA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4DB; }
p { color: rgb(189,164,219); }
H1.HeaderClassName
{
color: #BDA4DB;
}
.AnyTagClassName
{
color: #BDA4DB;
}
</style>
background-color css
<style>
a { background-color: #BDA4DB; }
a { background-color: rgb(189,164,219); }
div.DivClassName
{
background-color: #BDA4DB;
}
.BgClassName
{
background-color: #BDA4DB;
}
</style>
border-color css
<style>
span { border-color: #BDA4DB; }
span { border-color: rgb(189,164,219); }
td.TdClassName
{
border-color: #BDA4DB;
}
.TagClassName
{
border-color: #BDA4DB;
}
</style>