Shades of Perfume #BFA4E3
Tints of Perfume #BFA4E3
RGB
CMYK
RGB Variations
Color information
#BFA4E3 (or 0xBFA4E3) is known color: Perfume. HEX triplet: BF, A4 and E3. RGB value is (191,164,227). Sum of RGB (Red+Green+Blue) = 191+164+227=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFA4E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4E3 is #405B1C. Grayscale: #B3B3B3. Windows color (decimal): -4217629 or 14918847. OLE color: 14918847.
HSL color Cylindrical-coordinate representation of color #BFA4E3: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA4E3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 164 | 227 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.11 |
| HSL | 265.71º | 0.53% | 0.77% | - |
| HSV(B) | 265.71º | 0.28% | 0.89% | - |
| XYZ | 48.63 | 43.17 | 78.44 | - |
| YUV | 179.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 227 | 0.16 | 0.28 | 0 | 0.11 | 265.71 | 0.53 | 0.77 |
| Hex | BF | A4 | E3 | 10 | 1C | 0 | B | 10A | 35 | 4D |
| Octal | 277 | 244 | 343 | 20 | 34 | 0 | 13 | 412 | 65 | 115 |
| Binary | 10111111 | 10100100 | 11100011 | 10000 | 11100 | 0 | 1011 | 100001010 | 110101 | 1001101 |
Color Harmonies of #BFA4E3
Complementary color
Monochromatic Colors of #BFA4E3
Black with #BFA4E3
Text Example
Text Example
White with #BFA4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4E3; }
p { color: rgb(191,164,227); }
H1.HeaderClassName
{
color: #BFA4E3;
}
.AnyTagClassName
{
color: #BFA4E3;
}
</style>
background-color css
<style>
a { background-color: #BFA4E3; }
a { background-color: rgb(191,164,227); }
div.DivClassName
{
background-color: #BFA4E3;
}
.BgClassName
{
background-color: #BFA4E3;
}
</style>
border-color css
<style>
span { border-color: #BFA4E3; }
span { border-color: rgb(191,164,227); }
td.TdClassName
{
border-color: #BFA4E3;
}
.TagClassName
{
border-color: #BFA4E3;
}
</style>