Shades of Perfume #BFA0D7
Tints of Perfume #BFA0D7
RGB
CMYK
RGB Variations
Color information
#BFA0D7 (or 0xBFA0D7) is known color: Perfume. HEX triplet: BF, A0 and D7. RGB value is (191,160,215). Sum of RGB (Red+Green+Blue) = 191+160+215=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0D7 is #405F28. Grayscale: #AFAFAF. Windows color (decimal): -4218665 or 14131391. OLE color: 14131391.
HSL color Cylindrical-coordinate representation of color #BFA0D7: hue angle of 273.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA0D7 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 160 | 215 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.16 |
| HSL | 273.82º | 0.41% | 0.74% | - |
| HSV(B) | 273.82º | 0.26% | 0.84% | - |
| XYZ | 46.32 | 41.12 | 69.79 | - |
| YUV | 175.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 215 | 0.11 | 0.26 | 0 | 0.16 | 273.82 | 0.41 | 0.74 |
| Hex | BF | A0 | D7 | B | 1A | 0 | 10 | 112 | 29 | 4A |
| Octal | 277 | 240 | 327 | 13 | 32 | 0 | 20 | 422 | 51 | 112 |
| Binary | 10111111 | 10100000 | 11010111 | 1011 | 11010 | 0 | 10000 | 100010010 | 101001 | 1001010 |
Color Harmonies of #BFA0D7
Complementary color
Monochromatic Colors of #BFA0D7
Black with #BFA0D7
Text Example
Text Example
White with #BFA0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0D7; }
p { color: rgb(191,160,215); }
H1.HeaderClassName
{
color: #BFA0D7;
}
.AnyTagClassName
{
color: #BFA0D7;
}
</style>
background-color css
<style>
a { background-color: #BFA0D7; }
a { background-color: rgb(191,160,215); }
div.DivClassName
{
background-color: #BFA0D7;
}
.BgClassName
{
background-color: #BFA0D7;
}
</style>
border-color css
<style>
span { border-color: #BFA0D7; }
span { border-color: rgb(191,160,215); }
td.TdClassName
{
border-color: #BFA0D7;
}
.TagClassName
{
border-color: #BFA0D7;
}
</style>