Shades of Perfume #BFA8CE
Tints of Perfume #BFA8CE
RGB
CMYK
RGB Variations
Color information
#BFA8CE (or 0xBFA8CE) is known color: Perfume. HEX triplet: BF, A8 and CE. RGB value is (191,168,206). Sum of RGB (Red+Green+Blue) = 191+168+206=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8CE is #405731. Grayscale: #B3B3B3. Windows color (decimal): -4216626 or 13543615. OLE color: 13543615.
HSL color Cylindrical-coordinate representation of color #BFA8CE: hue angle of 276.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA8CE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 168 | 206 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.19 |
| HSL | 276.32º | 0.28% | 0.73% | - |
| HSV(B) | 276.32º | 0.18% | 0.81% | - |
| XYZ | 46.63 | 43.54 | 64.34 | - |
| YUV | 179.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 206 | 0.07 | 0.18 | 0 | 0.19 | 276.32 | 0.28 | 0.73 |
| Hex | BF | A8 | CE | 7 | 12 | 0 | 13 | 114 | 1C | 49 |
| Octal | 277 | 250 | 316 | 7 | 22 | 0 | 23 | 424 | 34 | 111 |
| Binary | 10111111 | 10101000 | 11001110 | 111 | 10010 | 0 | 10011 | 100010100 | 11100 | 1001001 |
Color Harmonies of #BFA8CE
Complementary color
Monochromatic Colors of #BFA8CE
Black with #BFA8CE
Text Example
Text Example
White with #BFA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8CE; }
p { color: rgb(191,168,206); }
H1.HeaderClassName
{
color: #BFA8CE;
}
.AnyTagClassName
{
color: #BFA8CE;
}
</style>
background-color css
<style>
a { background-color: #BFA8CE; }
a { background-color: rgb(191,168,206); }
div.DivClassName
{
background-color: #BFA8CE;
}
.BgClassName
{
background-color: #BFA8CE;
}
</style>
border-color css
<style>
span { border-color: #BFA8CE; }
span { border-color: rgb(191,168,206); }
td.TdClassName
{
border-color: #BFA8CE;
}
.TagClassName
{
border-color: #BFA8CE;
}
</style>