Shades of Perfume #BFA0E5
Tints of Perfume #BFA0E5
RGB
CMYK
RGB Variations
Color information
#BFA0E5 (or 0xBFA0E5) is known color: Perfume. HEX triplet: BF, A0 and E5. RGB value is (191,160,229). Sum of RGB (Red+Green+Blue) = 191+160+229=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0E5 is #405F1A. Grayscale: #B0B0B0. Windows color (decimal): -4218651 or 15048895. OLE color: 15048895.
HSL color Cylindrical-coordinate representation of color #BFA0E5: hue angle of 266.96º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA0E5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 160 | 229 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.10 |
| HSL | 266.96º | 0.57% | 0.76% | - |
| HSV(B) | 266.96º | 0.3% | 0.9% | - |
| XYZ | 48.2 | 41.88 | 79.67 | - |
| YUV | 177.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 229 | 0.17 | 0.30 | 0 | 0.10 | 266.96 | 0.57 | 0.76 |
| Hex | BF | A0 | E5 | 11 | 1E | 0 | A | 10B | 39 | 4C |
| Octal | 277 | 240 | 345 | 21 | 36 | 0 | 12 | 413 | 71 | 114 |
| Binary | 10111111 | 10100000 | 11100101 | 10001 | 11110 | 0 | 1010 | 100001011 | 111001 | 1001100 |
Color Harmonies of #BFA0E5
Complementary color
Monochromatic Colors of #BFA0E5
Black with #BFA0E5
Text Example
Text Example
White with #BFA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0E5; }
p { color: rgb(191,160,229); }
H1.HeaderClassName
{
color: #BFA0E5;
}
.AnyTagClassName
{
color: #BFA0E5;
}
</style>
background-color css
<style>
a { background-color: #BFA0E5; }
a { background-color: rgb(191,160,229); }
div.DivClassName
{
background-color: #BFA0E5;
}
.BgClassName
{
background-color: #BFA0E5;
}
</style>
border-color css
<style>
span { border-color: #BFA0E5; }
span { border-color: rgb(191,160,229); }
td.TdClassName
{
border-color: #BFA0E5;
}
.TagClassName
{
border-color: #BFA0E5;
}
</style>