Shades of Perfume #BFACD7
Tints of Perfume #BFACD7
RGB
CMYK
RGB Variations
Color information
#BFACD7 (or 0xBFACD7) is known color: Perfume. HEX triplet: BF, AC and D7. RGB value is (191,172,215). Sum of RGB (Red+Green+Blue) = 191+172+215=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD7 is #405328. Grayscale: #B6B6B6. Windows color (decimal): -4215593 or 14134463. OLE color: 14134463.
HSL color Cylindrical-coordinate representation of color #BFACD7: hue angle of 266.51º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFACD7 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 172 | 215 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.16 |
| HSL | 266.51º | 0.35% | 0.76% | - |
| HSV(B) | 266.51º | 0.2% | 0.84% | - |
| XYZ | 48.5 | 45.49 | 70.51 | - |
| YUV | 182.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 215 | 0.11 | 0.2 | 0 | 0.16 | 266.51 | 0.35 | 0.76 |
| Hex | BF | AC | D7 | B | 14 | 0 | 10 | 10B | 23 | 4C |
| Octal | 277 | 254 | 327 | 13 | 24 | 0 | 20 | 413 | 43 | 114 |
| Binary | 10111111 | 10101100 | 11010111 | 1011 | 10100 | 0 | 10000 | 100001011 | 100011 | 1001100 |
Color Harmonies of #BFACD7
Complementary color
Monochromatic Colors of #BFACD7
Black with #BFACD7
Text Example
Text Example
White with #BFACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACD7; }
p { color: rgb(191,172,215); }
H1.HeaderClassName
{
color: #BFACD7;
}
.AnyTagClassName
{
color: #BFACD7;
}
</style>
background-color css
<style>
a { background-color: #BFACD7; }
a { background-color: rgb(191,172,215); }
div.DivClassName
{
background-color: #BFACD7;
}
.BgClassName
{
background-color: #BFACD7;
}
</style>
border-color css
<style>
span { border-color: #BFACD7; }
span { border-color: rgb(191,172,215); }
td.TdClassName
{
border-color: #BFACD7;
}
.TagClassName
{
border-color: #BFACD7;
}
</style>