Shades of Perfume #BFA0ED
Tints of Perfume #BFA0ED
RGB
CMYK
RGB Variations
Color information
#BFA0ED (or 0xBFA0ED) is known color: Perfume. HEX triplet: BF, A0 and ED. RGB value is (191,160,237). Sum of RGB (Red+Green+Blue) = 191+160+237=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA0ED is #405F12. Grayscale: #B1B1B1. Windows color (decimal): -4218643 or 15573183. OLE color: 15573183.
HSL color Cylindrical-coordinate representation of color #BFA0ED: hue angle of 264.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA0ED is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 160 | 237 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.07 |
| HSL | 264.16º | 0.68% | 0.78% | - |
| HSV(B) | 264.16º | 0.32% | 0.93% | - |
| XYZ | 49.34 | 42.33 | 85.69 | - |
| YUV | 178.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 237 | 0.19 | 0.32 | 0 | 0.07 | 264.16 | 0.68 | 0.78 |
| Hex | BF | A0 | ED | 13 | 20 | 0 | 7 | 108 | 44 | 4E |
| Octal | 277 | 240 | 355 | 23 | 40 | 0 | 7 | 410 | 104 | 116 |
| Binary | 10111111 | 10100000 | 11101101 | 10011 | 100000 | 0 | 111 | 100001000 | 1000100 | 1001110 |
Color Harmonies of #BFA0ED
Complementary color
Monochromatic Colors of #BFA0ED
Black with #BFA0ED
Text Example
Text Example
White with #BFA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0ED; }
p { color: rgb(191,160,237); }
H1.HeaderClassName
{
color: #BFA0ED;
}
.AnyTagClassName
{
color: #BFA0ED;
}
</style>
background-color css
<style>
a { background-color: #BFA0ED; }
a { background-color: rgb(191,160,237); }
div.DivClassName
{
background-color: #BFA0ED;
}
.BgClassName
{
background-color: #BFA0ED;
}
</style>
border-color css
<style>
span { border-color: #BFA0ED; }
span { border-color: rgb(191,160,237); }
td.TdClassName
{
border-color: #BFA0ED;
}
.TagClassName
{
border-color: #BFA0ED;
}
</style>