Shades of Perfume #BFA7CE
Tints of Perfume #BFA7CE
RGB
CMYK
RGB Variations
Color information
#BFA7CE (or 0xBFA7CE) is known color: Perfume. HEX triplet: BF, A7 and CE. RGB value is (191,167,206). Sum of RGB (Red+Green+Blue) = 191+167+206=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7CE is #405831. Grayscale: #B2B2B2. Windows color (decimal): -4216882 or 13543359. OLE color: 13543359.
HSL color Cylindrical-coordinate representation of color #BFA7CE: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA7CE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 167 | 206 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.19 |
| HSL | 276.92º | 0.28% | 0.73% | - |
| HSV(B) | 276.92º | 0.19% | 0.81% | - |
| XYZ | 46.45 | 43.17 | 64.28 | - |
| YUV | 178.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 206 | 0.07 | 0.19 | 0 | 0.19 | 276.92 | 0.28 | 0.73 |
| Hex | BF | A7 | CE | 7 | 13 | 0 | 13 | 115 | 1C | 49 |
| Octal | 277 | 247 | 316 | 7 | 23 | 0 | 23 | 425 | 34 | 111 |
| Binary | 10111111 | 10100111 | 11001110 | 111 | 10011 | 0 | 10011 | 100010101 | 11100 | 1001001 |
Color Harmonies of #BFA7CE
Complementary color
Monochromatic Colors of #BFA7CE
Black with #BFA7CE
Text Example
Text Example
White with #BFA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7CE; }
p { color: rgb(191,167,206); }
H1.HeaderClassName
{
color: #BFA7CE;
}
.AnyTagClassName
{
color: #BFA7CE;
}
</style>
background-color css
<style>
a { background-color: #BFA7CE; }
a { background-color: rgb(191,167,206); }
div.DivClassName
{
background-color: #BFA7CE;
}
.BgClassName
{
background-color: #BFA7CE;
}
</style>
border-color css
<style>
span { border-color: #BFA7CE; }
span { border-color: rgb(191,167,206); }
td.TdClassName
{
border-color: #BFA7CE;
}
.TagClassName
{
border-color: #BFA7CE;
}
</style>