Shades of Perfume #BFA4DE
Tints of Perfume #BFA4DE
RGB
CMYK
RGB Variations
Color information
#BFA4DE (or 0xBFA4DE) is known color: Perfume. HEX triplet: BF, A4 and DE. RGB value is (191,164,222). Sum of RGB (Red+Green+Blue) = 191+164+222=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4DE is #405B21. Grayscale: #B2B2B2. Windows color (decimal): -4217634 or 14591167. OLE color: 14591167.
HSL color Cylindrical-coordinate representation of color #BFA4DE: hue angle of 267.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA4DE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 164 | 222 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 267.93º | 0.47% | 0.76% | - |
| HSV(B) | 267.93º | 0.26% | 0.87% | - |
| XYZ | 47.95 | 42.9 | 74.86 | - |
| YUV | 178.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 222 | 0.14 | 0.26 | 0 | 0.13 | 267.93 | 0.47 | 0.76 |
| Hex | BF | A4 | DE | E | 1A | 0 | D | 10C | 2F | 4C |
| Octal | 277 | 244 | 336 | 16 | 32 | 0 | 15 | 414 | 57 | 114 |
| Binary | 10111111 | 10100100 | 11011110 | 1110 | 11010 | 0 | 1101 | 100001100 | 101111 | 1001100 |
Color Harmonies of #BFA4DE
Complementary color
Monochromatic Colors of #BFA4DE
Black with #BFA4DE
Text Example
Text Example
White with #BFA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4DE; }
p { color: rgb(191,164,222); }
H1.HeaderClassName
{
color: #BFA4DE;
}
.AnyTagClassName
{
color: #BFA4DE;
}
</style>
background-color css
<style>
a { background-color: #BFA4DE; }
a { background-color: rgb(191,164,222); }
div.DivClassName
{
background-color: #BFA4DE;
}
.BgClassName
{
background-color: #BFA4DE;
}
</style>
border-color css
<style>
span { border-color: #BFA4DE; }
span { border-color: rgb(191,164,222); }
td.TdClassName
{
border-color: #BFA4DE;
}
.TagClassName
{
border-color: #BFA4DE;
}
</style>