Shades of Perfume #BFA5DA
Tints of Perfume #BFA5DA
RGB
CMYK
RGB Variations
Color information
#BFA5DA (or 0xBFA5DA) is known color: Perfume. HEX triplet: BF, A5 and DA. RGB value is (191,165,218). Sum of RGB (Red+Green+Blue) = 191+165+218=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DA is #405A25. Grayscale: #B2B2B2. Windows color (decimal): -4217382 or 14329279. OLE color: 14329279.
HSL color Cylindrical-coordinate representation of color #BFA5DA: hue angle of 269.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA5DA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 165 | 218 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.15 |
| HSL | 269.43º | 0.42% | 0.75% | - |
| HSV(B) | 269.43º | 0.24% | 0.85% | - |
| XYZ | 47.6 | 43.05 | 72.13 | - |
| YUV | 178.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 218 | 0.12 | 0.24 | 0 | 0.15 | 269.43 | 0.42 | 0.75 |
| Hex | BF | A5 | DA | C | 18 | 0 | F | 10D | 2A | 4B |
| Octal | 277 | 245 | 332 | 14 | 30 | 0 | 17 | 415 | 52 | 113 |
| Binary | 10111111 | 10100101 | 11011010 | 1100 | 11000 | 0 | 1111 | 100001101 | 101010 | 1001011 |
Color Harmonies of #BFA5DA
Complementary color
Monochromatic Colors of #BFA5DA
Black with #BFA5DA
Text Example
Text Example
White with #BFA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5DA; }
p { color: rgb(191,165,218); }
H1.HeaderClassName
{
color: #BFA5DA;
}
.AnyTagClassName
{
color: #BFA5DA;
}
</style>
background-color css
<style>
a { background-color: #BFA5DA; }
a { background-color: rgb(191,165,218); }
div.DivClassName
{
background-color: #BFA5DA;
}
.BgClassName
{
background-color: #BFA5DA;
}
</style>
border-color css
<style>
span { border-color: #BFA5DA; }
span { border-color: rgb(191,165,218); }
td.TdClassName
{
border-color: #BFA5DA;
}
.TagClassName
{
border-color: #BFA5DA;
}
</style>