Shades of Perfume #BFA4EC
Tints of Perfume #BFA4EC
RGB
CMYK
RGB Variations
Color information
#BFA4EC (or 0xBFA4EC) is known color: Perfume. HEX triplet: BF, A4 and EC. RGB value is (191,164,236). Sum of RGB (Red+Green+Blue) = 191+164+236=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4EC is #405B13. Grayscale: #B4B4B4. Windows color (decimal): -4217620 or 15508671. OLE color: 15508671.
HSL color Cylindrical-coordinate representation of color #BFA4EC: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA4EC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 164 | 236 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.07 |
| HSL | 262.5º | 0.65% | 0.78% | - |
| HSV(B) | 262.5º | 0.31% | 0.93% | - |
| XYZ | 49.9 | 43.68 | 85.16 | - |
| YUV | 180.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 236 | 0.19 | 0.31 | 0 | 0.07 | 262.5 | 0.65 | 0.78 |
| Hex | BF | A4 | EC | 13 | 1F | 0 | 7 | 106 | 41 | 4E |
| Octal | 277 | 244 | 354 | 23 | 37 | 0 | 7 | 406 | 101 | 116 |
| Binary | 10111111 | 10100100 | 11101100 | 10011 | 11111 | 0 | 111 | 100000110 | 1000001 | 1001110 |
Color Harmonies of #BFA4EC
Complementary color
Monochromatic Colors of #BFA4EC
Black with #BFA4EC
Text Example
Text Example
White with #BFA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4EC; }
p { color: rgb(191,164,236); }
H1.HeaderClassName
{
color: #BFA4EC;
}
.AnyTagClassName
{
color: #BFA4EC;
}
</style>
background-color css
<style>
a { background-color: #BFA4EC; }
a { background-color: rgb(191,164,236); }
div.DivClassName
{
background-color: #BFA4EC;
}
.BgClassName
{
background-color: #BFA4EC;
}
</style>
border-color css
<style>
span { border-color: #BFA4EC; }
span { border-color: rgb(191,164,236); }
td.TdClassName
{
border-color: #BFA4EC;
}
.TagClassName
{
border-color: #BFA4EC;
}
</style>