Shades of Perfume #BFA6CE
Tints of Perfume #BFA6CE
RGB
CMYK
RGB Variations
Color information
#BFA6CE (or 0xBFA6CE) is known color: Perfume. HEX triplet: BF, A6 and CE. RGB value is (191,166,206). Sum of RGB (Red+Green+Blue) = 191+166+206=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6CE is #405931. Grayscale: #B1B1B1. Windows color (decimal): -4217138 or 13543103. OLE color: 13543103.
HSL color Cylindrical-coordinate representation of color #BFA6CE: hue angle of 277.5º degrees, saturation: 0.29, 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 #BFA6CE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 166 | 206 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.19 |
| HSL | 277.5º | 0.29% | 0.73% | - |
| HSV(B) | 277.5º | 0.19% | 0.81% | - |
| XYZ | 46.26 | 42.81 | 64.22 | - |
| YUV | 178.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 206 | 0.07 | 0.19 | 0 | 0.19 | 277.5 | 0.29 | 0.73 |
| Hex | BF | A6 | CE | 7 | 13 | 0 | 13 | 116 | 1D | 49 |
| Octal | 277 | 246 | 316 | 7 | 23 | 0 | 23 | 426 | 35 | 111 |
| Binary | 10111111 | 10100110 | 11001110 | 111 | 10011 | 0 | 10011 | 100010110 | 11101 | 1001001 |
Color Harmonies of #BFA6CE
Complementary color
Monochromatic Colors of #BFA6CE
Black with #BFA6CE
Text Example
Text Example
White with #BFA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6CE; }
p { color: rgb(191,166,206); }
H1.HeaderClassName
{
color: #BFA6CE;
}
.AnyTagClassName
{
color: #BFA6CE;
}
</style>
background-color css
<style>
a { background-color: #BFA6CE; }
a { background-color: rgb(191,166,206); }
div.DivClassName
{
background-color: #BFA6CE;
}
.BgClassName
{
background-color: #BFA6CE;
}
</style>
border-color css
<style>
span { border-color: #BFA6CE; }
span { border-color: rgb(191,166,206); }
td.TdClassName
{
border-color: #BFA6CE;
}
.TagClassName
{
border-color: #BFA6CE;
}
</style>