Shades of Perfume #BFAAE5
Tints of Perfume #BFAAE5
RGB
CMYK
RGB Variations
Color information
#BFAAE5 (or 0xBFAAE5) is known color: Perfume. HEX triplet: BF, AA and E5. RGB value is (191,170,229). Sum of RGB (Red+Green+Blue) = 191+170+229=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAE5 is #40551A. Grayscale: #B6B6B6. Windows color (decimal): -4216091 or 15051455. OLE color: 15051455.
HSL color Cylindrical-coordinate representation of color #BFAAE5: hue angle of 261.36º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAAE5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 170 | 229 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.10 |
| HSL | 261.36º | 0.53% | 0.78% | - |
| HSV(B) | 261.36º | 0.26% | 0.9% | - |
| XYZ | 50 | 45.48 | 80.27 | - |
| YUV | 183.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 229 | 0.17 | 0.26 | 0 | 0.10 | 261.36 | 0.53 | 0.78 |
| Hex | BF | AA | E5 | 11 | 1A | 0 | A | 105 | 35 | 4E |
| Octal | 277 | 252 | 345 | 21 | 32 | 0 | 12 | 405 | 65 | 116 |
| Binary | 10111111 | 10101010 | 11100101 | 10001 | 11010 | 0 | 1010 | 100000101 | 110101 | 1001110 |
Color Harmonies of #BFAAE5
Complementary color
Monochromatic Colors of #BFAAE5
Black with #BFAAE5
Text Example
Text Example
White with #BFAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAE5; }
p { color: rgb(191,170,229); }
H1.HeaderClassName
{
color: #BFAAE5;
}
.AnyTagClassName
{
color: #BFAAE5;
}
</style>
background-color css
<style>
a { background-color: #BFAAE5; }
a { background-color: rgb(191,170,229); }
div.DivClassName
{
background-color: #BFAAE5;
}
.BgClassName
{
background-color: #BFAAE5;
}
</style>
border-color css
<style>
span { border-color: #BFAAE5; }
span { border-color: rgb(191,170,229); }
td.TdClassName
{
border-color: #BFAAE5;
}
.TagClassName
{
border-color: #BFAAE5;
}
</style>