Shades of Perfume #BFA8EC
Tints of Perfume #BFA8EC
RGB
CMYK
RGB Variations
Color information
#BFA8EC (or 0xBFA8EC) is known color: Perfume. HEX triplet: BF, A8 and EC. RGB value is (191,168,236). Sum of RGB (Red+Green+Blue) = 191+168+236=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8EC is #405713. Grayscale: #B6B6B6. Windows color (decimal): -4216596 or 15509695. OLE color: 15509695.
HSL color Cylindrical-coordinate representation of color #BFA8EC: hue angle of 260.29º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA8EC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 168 | 236 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.07 |
| HSL | 260.29º | 0.64% | 0.79% | - |
| HSV(B) | 260.29º | 0.29% | 0.93% | - |
| XYZ | 50.63 | 45.14 | 85.4 | - |
| YUV | 182.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 236 | 0.19 | 0.29 | 0 | 0.07 | 260.29 | 0.64 | 0.79 |
| Hex | BF | A8 | EC | 13 | 1D | 0 | 7 | 104 | 40 | 4F |
| Octal | 277 | 250 | 354 | 23 | 35 | 0 | 7 | 404 | 100 | 117 |
| Binary | 10111111 | 10101000 | 11101100 | 10011 | 11101 | 0 | 111 | 100000100 | 1000000 | 1001111 |
Color Harmonies of #BFA8EC
Complementary color
Monochromatic Colors of #BFA8EC
Black with #BFA8EC
Text Example
Text Example
White with #BFA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8EC; }
p { color: rgb(191,168,236); }
H1.HeaderClassName
{
color: #BFA8EC;
}
.AnyTagClassName
{
color: #BFA8EC;
}
</style>
background-color css
<style>
a { background-color: #BFA8EC; }
a { background-color: rgb(191,168,236); }
div.DivClassName
{
background-color: #BFA8EC;
}
.BgClassName
{
background-color: #BFA8EC;
}
</style>
border-color css
<style>
span { border-color: #BFA8EC; }
span { border-color: rgb(191,168,236); }
td.TdClassName
{
border-color: #BFA8EC;
}
.TagClassName
{
border-color: #BFA8EC;
}
</style>