Shades of Perfume #BFA3DF
Tints of Perfume #BFA3DF
RGB
CMYK
RGB Variations
Color information
#BFA3DF (or 0xBFA3DF) is known color: Perfume. HEX triplet: BF, A3 and DF. RGB value is (191,163,223). Sum of RGB (Red+Green+Blue) = 191+163+223=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3DF is #405C20. Grayscale: #B2B2B2. Windows color (decimal): -4217889 or 14656447. OLE color: 14656447.
HSL color Cylindrical-coordinate representation of color #BFA3DF: hue angle of 268º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA3DF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 163 | 223 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.13 |
| HSL | 268º | 0.48% | 0.76% | - |
| HSV(B) | 268º | 0.27% | 0.87% | - |
| XYZ | 47.9 | 42.6 | 75.51 | - |
| YUV | 178.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 223 | 0.14 | 0.27 | 0 | 0.13 | 268 | 0.48 | 0.76 |
| Hex | BF | A3 | DF | E | 1B | 0 | D | 10C | 30 | 4C |
| Octal | 277 | 243 | 337 | 16 | 33 | 0 | 15 | 414 | 60 | 114 |
| Binary | 10111111 | 10100011 | 11011111 | 1110 | 11011 | 0 | 1101 | 100001100 | 110000 | 1001100 |
Color Harmonies of #BFA3DF
Complementary color
Monochromatic Colors of #BFA3DF
Black with #BFA3DF
Text Example
Text Example
White with #BFA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3DF; }
p { color: rgb(191,163,223); }
H1.HeaderClassName
{
color: #BFA3DF;
}
.AnyTagClassName
{
color: #BFA3DF;
}
</style>
background-color css
<style>
a { background-color: #BFA3DF; }
a { background-color: rgb(191,163,223); }
div.DivClassName
{
background-color: #BFA3DF;
}
.BgClassName
{
background-color: #BFA3DF;
}
</style>
border-color css
<style>
span { border-color: #BFA3DF; }
span { border-color: rgb(191,163,223); }
td.TdClassName
{
border-color: #BFA3DF;
}
.TagClassName
{
border-color: #BFA3DF;
}
</style>