Shades of Perfume #BFA8EB
Tints of Perfume #BFA8EB
RGB
CMYK
RGB Variations
Color information
#BFA8EB (or 0xBFA8EB) is known color: Perfume. HEX triplet: BF, A8 and EB. RGB value is (191,168,235). Sum of RGB (Red+Green+Blue) = 191+168+235=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8EB is #405714. Grayscale: #B6B6B6. Windows color (decimal): -4216597 or 15444159. OLE color: 15444159.
HSL color Cylindrical-coordinate representation of color #BFA8EB: hue angle of 260.6º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA8EB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 168 | 235 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.08 |
| HSL | 260.6º | 0.63% | 0.79% | - |
| HSV(B) | 260.6º | 0.29% | 0.92% | - |
| XYZ | 50.48 | 45.08 | 84.64 | - |
| YUV | 182.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 235 | 0.19 | 0.29 | 0 | 0.08 | 260.6 | 0.63 | 0.79 |
| Hex | BF | A8 | EB | 13 | 1D | 0 | 8 | 105 | 3F | 4F |
| Octal | 277 | 250 | 353 | 23 | 35 | 0 | 10 | 405 | 77 | 117 |
| Binary | 10111111 | 10101000 | 11101011 | 10011 | 11101 | 0 | 1000 | 100000101 | 111111 | 1001111 |
Color Harmonies of #BFA8EB
Complementary color
Monochromatic Colors of #BFA8EB
Black with #BFA8EB
Text Example
Text Example
White with #BFA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8EB; }
p { color: rgb(191,168,235); }
H1.HeaderClassName
{
color: #BFA8EB;
}
.AnyTagClassName
{
color: #BFA8EB;
}
</style>
background-color css
<style>
a { background-color: #BFA8EB; }
a { background-color: rgb(191,168,235); }
div.DivClassName
{
background-color: #BFA8EB;
}
.BgClassName
{
background-color: #BFA8EB;
}
</style>
border-color css
<style>
span { border-color: #BFA8EB; }
span { border-color: rgb(191,168,235); }
td.TdClassName
{
border-color: #BFA8EB;
}
.TagClassName
{
border-color: #BFA8EB;
}
</style>