Shades of Perfume #BFA3DA
Tints of Perfume #BFA3DA
RGB
CMYK
RGB Variations
Color information
#BFA3DA (or 0xBFA3DA) is known color: Perfume. HEX triplet: BF, A3 and DA. RGB value is (191,163,218). Sum of RGB (Red+Green+Blue) = 191+163+218=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3DA is #405C25. Grayscale: #B1B1B1. Windows color (decimal): -4217894 or 14328767. OLE color: 14328767.
HSL color Cylindrical-coordinate representation of color #BFA3DA: hue angle of 270.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA3DA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 163 | 218 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.15 |
| HSL | 270.55º | 0.43% | 0.75% | - |
| HSV(B) | 270.55º | 0.25% | 0.85% | - |
| XYZ | 47.24 | 42.33 | 72.01 | - |
| YUV | 177.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 218 | 0.12 | 0.25 | 0 | 0.15 | 270.55 | 0.43 | 0.75 |
| Hex | BF | A3 | DA | C | 19 | 0 | F | 10F | 2B | 4B |
| Octal | 277 | 243 | 332 | 14 | 31 | 0 | 17 | 417 | 53 | 113 |
| Binary | 10111111 | 10100011 | 11011010 | 1100 | 11001 | 0 | 1111 | 100001111 | 101011 | 1001011 |
Color Harmonies of #BFA3DA
Complementary color
Monochromatic Colors of #BFA3DA
Black with #BFA3DA
Text Example
Text Example
White with #BFA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3DA; }
p { color: rgb(191,163,218); }
H1.HeaderClassName
{
color: #BFA3DA;
}
.AnyTagClassName
{
color: #BFA3DA;
}
</style>
background-color css
<style>
a { background-color: #BFA3DA; }
a { background-color: rgb(191,163,218); }
div.DivClassName
{
background-color: #BFA3DA;
}
.BgClassName
{
background-color: #BFA3DA;
}
</style>
border-color css
<style>
span { border-color: #BFA3DA; }
span { border-color: rgb(191,163,218); }
td.TdClassName
{
border-color: #BFA3DA;
}
.TagClassName
{
border-color: #BFA3DA;
}
</style>