Shades of Perfume #BFA5DB
Tints of Perfume #BFA5DB
RGB
CMYK
RGB Variations
Color information
#BFA5DB (or 0xBFA5DB) is known color: Perfume. HEX triplet: BF, A5 and DB. RGB value is (191,165,219). Sum of RGB (Red+Green+Blue) = 191+165+219=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DB is #405A24. Grayscale: #B2B2B2. Windows color (decimal): -4217381 or 14394815. OLE color: 14394815.
HSL color Cylindrical-coordinate representation of color #BFA5DB: hue angle of 268.89º 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 #BFA5DB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 165 | 219 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.14 |
| HSL | 268.89º | 0.43% | 0.75% | - |
| HSV(B) | 268.89º | 0.25% | 0.86% | - |
| XYZ | 47.73 | 43.1 | 72.82 | - |
| YUV | 178.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 219 | 0.13 | 0.25 | 0 | 0.14 | 268.89 | 0.43 | 0.75 |
| Hex | BF | A5 | DB | D | 19 | 0 | E | 10D | 2B | 4B |
| Octal | 277 | 245 | 333 | 15 | 31 | 0 | 16 | 415 | 53 | 113 |
| Binary | 10111111 | 10100101 | 11011011 | 1101 | 11001 | 0 | 1110 | 100001101 | 101011 | 1001011 |
Color Harmonies of #BFA5DB
Complementary color
Monochromatic Colors of #BFA5DB
Black with #BFA5DB
Text Example
Text Example
White with #BFA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5DB; }
p { color: rgb(191,165,219); }
H1.HeaderClassName
{
color: #BFA5DB;
}
.AnyTagClassName
{
color: #BFA5DB;
}
</style>
background-color css
<style>
a { background-color: #BFA5DB; }
a { background-color: rgb(191,165,219); }
div.DivClassName
{
background-color: #BFA5DB;
}
.BgClassName
{
background-color: #BFA5DB;
}
</style>
border-color css
<style>
span { border-color: #BFA5DB; }
span { border-color: rgb(191,165,219); }
td.TdClassName
{
border-color: #BFA5DB;
}
.TagClassName
{
border-color: #BFA5DB;
}
</style>