Shades of Perfume #BFACCD
Tints of Perfume #BFACCD
RGB
CMYK
RGB Variations
Color information
#BFACCD (or 0xBFACCD) is known color: Perfume. HEX triplet: BF, AC and CD. RGB value is (191,172,205). Sum of RGB (Red+Green+Blue) = 191+172+205=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCD is #405332. Grayscale: #B5B5B5. Windows color (decimal): -4215603 or 13479103. OLE color: 13479103.
HSL color Cylindrical-coordinate representation of color #BFACCD: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFACCD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 172 | 205 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.20 |
| HSL | 274.55º | 0.25% | 0.74% | - |
| HSV(B) | 274.55º | 0.16% | 0.8% | - |
| XYZ | 47.26 | 44.99 | 63.95 | - |
| YUV | 181.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 205 | 0.07 | 0.16 | 0 | 0.20 | 274.55 | 0.25 | 0.74 |
| Hex | BF | AC | CD | 7 | 10 | 0 | 14 | 113 | 19 | 4A |
| Octal | 277 | 254 | 315 | 7 | 20 | 0 | 24 | 423 | 31 | 112 |
| Binary | 10111111 | 10101100 | 11001101 | 111 | 10000 | 0 | 10100 | 100010011 | 11001 | 1001010 |
Color Harmonies of #BFACCD
Complementary color
Monochromatic Colors of #BFACCD
Black with #BFACCD
Text Example
Text Example
White with #BFACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACCD; }
p { color: rgb(191,172,205); }
H1.HeaderClassName
{
color: #BFACCD;
}
.AnyTagClassName
{
color: #BFACCD;
}
</style>
background-color css
<style>
a { background-color: #BFACCD; }
a { background-color: rgb(191,172,205); }
div.DivClassName
{
background-color: #BFACCD;
}
.BgClassName
{
background-color: #BFACCD;
}
</style>
border-color css
<style>
span { border-color: #BFACCD; }
span { border-color: rgb(191,172,205); }
td.TdClassName
{
border-color: #BFACCD;
}
.TagClassName
{
border-color: #BFACCD;
}
</style>