Shades of Perfume #BFACD0
Tints of Perfume #BFACD0
RGB
CMYK
RGB Variations
Color information
#BFACD0 (or 0xBFACD0) is known color: Perfume. HEX triplet: BF, AC and D0. RGB value is (191,172,208). Sum of RGB (Red+Green+Blue) = 191+172+208=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD0 is #40532F. Grayscale: #B5B5B5. Windows color (decimal): -4215600 or 13675711. OLE color: 13675711.
HSL color Cylindrical-coordinate representation of color #BFACD0: hue angle of 271.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFACD0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 172 | 208 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.18 |
| HSL | 271.67º | 0.28% | 0.75% | - |
| HSV(B) | 271.67º | 0.17% | 0.82% | - |
| XYZ | 47.62 | 45.14 | 65.88 | - |
| YUV | 181.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 208 | 0.08 | 0.17 | 0 | 0.18 | 271.67 | 0.28 | 0.75 |
| Hex | BF | AC | D0 | 8 | 11 | 0 | 12 | 110 | 1C | 4B |
| Octal | 277 | 254 | 320 | 10 | 21 | 0 | 22 | 420 | 34 | 113 |
| Binary | 10111111 | 10101100 | 11010000 | 1000 | 10001 | 0 | 10010 | 100010000 | 11100 | 1001011 |
Color Harmonies of #BFACD0
Complementary color
Monochromatic Colors of #BFACD0
Black with #BFACD0
Text Example
Text Example
White with #BFACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACD0; }
p { color: rgb(191,172,208); }
H1.HeaderClassName
{
color: #BFACD0;
}
.AnyTagClassName
{
color: #BFACD0;
}
</style>
background-color css
<style>
a { background-color: #BFACD0; }
a { background-color: rgb(191,172,208); }
div.DivClassName
{
background-color: #BFACD0;
}
.BgClassName
{
background-color: #BFACD0;
}
</style>
border-color css
<style>
span { border-color: #BFACD0; }
span { border-color: rgb(191,172,208); }
td.TdClassName
{
border-color: #BFACD0;
}
.TagClassName
{
border-color: #BFACD0;
}
</style>