Shades of Perfume #BFAAD5
Tints of Perfume #BFAAD5
RGB
CMYK
RGB Variations
Color information
#BFAAD5 (or 0xBFAAD5) is known color: Perfume. HEX triplet: BF, AA and D5. RGB value is (191,170,213). Sum of RGB (Red+Green+Blue) = 191+170+213=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAD5 is #40552A. Grayscale: #B5B5B5. Windows color (decimal): -4216107 or 14002879. OLE color: 14002879.
HSL color Cylindrical-coordinate representation of color #BFAAD5: hue angle of 269.3º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAAD5 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 170 | 213 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.16 |
| HSL | 269.3º | 0.34% | 0.75% | - |
| HSV(B) | 269.3º | 0.2% | 0.84% | - |
| XYZ | 47.87 | 44.63 | 69.04 | - |
| YUV | 181.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 213 | 0.10 | 0.20 | 0 | 0.16 | 269.3 | 0.34 | 0.75 |
| Hex | BF | AA | D5 | A | 14 | 0 | 10 | 10D | 22 | 4B |
| Octal | 277 | 252 | 325 | 12 | 24 | 0 | 20 | 415 | 42 | 113 |
| Binary | 10111111 | 10101010 | 11010101 | 1010 | 10100 | 0 | 10000 | 100001101 | 100010 | 1001011 |
Color Harmonies of #BFAAD5
Complementary color
Monochromatic Colors of #BFAAD5
Black with #BFAAD5
Text Example
Text Example
White with #BFAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAD5; }
p { color: rgb(191,170,213); }
H1.HeaderClassName
{
color: #BFAAD5;
}
.AnyTagClassName
{
color: #BFAAD5;
}
</style>
background-color css
<style>
a { background-color: #BFAAD5; }
a { background-color: rgb(191,170,213); }
div.DivClassName
{
background-color: #BFAAD5;
}
.BgClassName
{
background-color: #BFAAD5;
}
</style>
border-color css
<style>
span { border-color: #BFAAD5; }
span { border-color: rgb(191,170,213); }
td.TdClassName
{
border-color: #BFAAD5;
}
.TagClassName
{
border-color: #BFAAD5;
}
</style>