Shades of Perfume #BFA3DD
Tints of Perfume #BFA3DD
RGB
CMYK
RGB Variations
Color information
#BFA3DD (or 0xBFA3DD) is known color: Perfume. HEX triplet: BF, A3 and DD. RGB value is (191,163,221). Sum of RGB (Red+Green+Blue) = 191+163+221=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3DD is #405C22. Grayscale: #B1B1B1. Windows color (decimal): -4217891 or 14525375. OLE color: 14525375.
HSL color Cylindrical-coordinate representation of color #BFA3DD: hue angle of 268.97º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA3DD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 163 | 221 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 268.97º | 0.46% | 0.75% | - |
| HSV(B) | 268.97º | 0.26% | 0.87% | - |
| XYZ | 47.63 | 42.49 | 74.1 | - |
| YUV | 177.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 221 | 0.14 | 0.26 | 0 | 0.13 | 268.97 | 0.46 | 0.75 |
| Hex | BF | A3 | DD | E | 1A | 0 | D | 10D | 2E | 4B |
| Octal | 277 | 243 | 335 | 16 | 32 | 0 | 15 | 415 | 56 | 113 |
| Binary | 10111111 | 10100011 | 11011101 | 1110 | 11010 | 0 | 1101 | 100001101 | 101110 | 1001011 |
Color Harmonies of #BFA3DD
Complementary color
Monochromatic Colors of #BFA3DD
Black with #BFA3DD
Text Example
Text Example
White with #BFA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3DD; }
p { color: rgb(191,163,221); }
H1.HeaderClassName
{
color: #BFA3DD;
}
.AnyTagClassName
{
color: #BFA3DD;
}
</style>
background-color css
<style>
a { background-color: #BFA3DD; }
a { background-color: rgb(191,163,221); }
div.DivClassName
{
background-color: #BFA3DD;
}
.BgClassName
{
background-color: #BFA3DD;
}
</style>
border-color css
<style>
span { border-color: #BFA3DD; }
span { border-color: rgb(191,163,221); }
td.TdClassName
{
border-color: #BFA3DD;
}
.TagClassName
{
border-color: #BFA3DD;
}
</style>