Shades of Perfume #BFACCF
Tints of Perfume #BFACCF
RGB
CMYK
RGB Variations
Color information
#BFACCF (or 0xBFACCF) is known color: Perfume. HEX triplet: BF, AC and CF. RGB value is (191,172,207). Sum of RGB (Red+Green+Blue) = 191+172+207=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCF is #405330. Grayscale: #B5B5B5. Windows color (decimal): -4215601 or 13610175. OLE color: 13610175.
HSL color Cylindrical-coordinate representation of color #BFACCF: hue angle of 272.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFACCF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 172 | 207 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.19 |
| HSL | 272.57º | 0.27% | 0.74% | - |
| HSV(B) | 272.57º | 0.17% | 0.81% | - |
| XYZ | 47.5 | 45.09 | 65.23 | - |
| YUV | 181.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 207 | 0.08 | 0.17 | 0 | 0.19 | 272.57 | 0.27 | 0.74 |
| Hex | BF | AC | CF | 8 | 11 | 0 | 13 | 111 | 1B | 4A |
| Octal | 277 | 254 | 317 | 10 | 21 | 0 | 23 | 421 | 33 | 112 |
| Binary | 10111111 | 10101100 | 11001111 | 1000 | 10001 | 0 | 10011 | 100010001 | 11011 | 1001010 |
Color Harmonies of #BFACCF
Complementary color
Monochromatic Colors of #BFACCF
Black with #BFACCF
Text Example
Text Example
White with #BFACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACCF; }
p { color: rgb(191,172,207); }
H1.HeaderClassName
{
color: #BFACCF;
}
.AnyTagClassName
{
color: #BFACCF;
}
</style>
background-color css
<style>
a { background-color: #BFACCF; }
a { background-color: rgb(191,172,207); }
div.DivClassName
{
background-color: #BFACCF;
}
.BgClassName
{
background-color: #BFACCF;
}
</style>
border-color css
<style>
span { border-color: #BFACCF; }
span { border-color: rgb(191,172,207); }
td.TdClassName
{
border-color: #BFACCF;
}
.TagClassName
{
border-color: #BFACCF;
}
</style>