Shades of Perfume #BFA7DF
Tints of Perfume #BFA7DF
RGB
CMYK
RGB Variations
Color information
#BFA7DF (or 0xBFA7DF) is known color: Perfume. HEX triplet: BF, A7 and DF. RGB value is (191,167,223). Sum of RGB (Red+Green+Blue) = 191+167+223=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7DF is #405820. Grayscale: #B4B4B4. Windows color (decimal): -4216865 or 14657471. OLE color: 14657471.
HSL color Cylindrical-coordinate representation of color #BFA7DF: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA7DF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 167 | 223 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.13 |
| HSL | 265.71º | 0.47% | 0.76% | - |
| HSV(B) | 265.71º | 0.25% | 0.87% | - |
| XYZ | 48.62 | 44.04 | 75.75 | - |
| YUV | 180.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 223 | 0.14 | 0.25 | 0 | 0.13 | 265.71 | 0.47 | 0.76 |
| Hex | BF | A7 | DF | E | 19 | 0 | D | 10A | 2F | 4C |
| Octal | 277 | 247 | 337 | 16 | 31 | 0 | 15 | 412 | 57 | 114 |
| Binary | 10111111 | 10100111 | 11011111 | 1110 | 11001 | 0 | 1101 | 100001010 | 101111 | 1001100 |
Color Harmonies of #BFA7DF
Complementary color
Monochromatic Colors of #BFA7DF
Black with #BFA7DF
Text Example
Text Example
White with #BFA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7DF; }
p { color: rgb(191,167,223); }
H1.HeaderClassName
{
color: #BFA7DF;
}
.AnyTagClassName
{
color: #BFA7DF;
}
</style>
background-color css
<style>
a { background-color: #BFA7DF; }
a { background-color: rgb(191,167,223); }
div.DivClassName
{
background-color: #BFA7DF;
}
.BgClassName
{
background-color: #BFA7DF;
}
</style>
border-color css
<style>
span { border-color: #BFA7DF; }
span { border-color: rgb(191,167,223); }
td.TdClassName
{
border-color: #BFA7DF;
}
.TagClassName
{
border-color: #BFA7DF;
}
</style>