Shades of Perfume #BFA8EF
Tints of Perfume #BFA8EF
RGB
CMYK
RGB Variations
Color information
#BFA8EF (or 0xBFA8EF) is known color: Perfume. HEX triplet: BF, A8 and EF. RGB value is (191,168,239). Sum of RGB (Red+Green+Blue) = 191+168+239=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8EF is #405710. Grayscale: #B6B6B6. Windows color (decimal): -4216593 or 15706303. OLE color: 15706303.
HSL color Cylindrical-coordinate representation of color #BFA8EF: hue angle of 259.44º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA8EF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 168 | 239 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.06 |
| HSL | 259.44º | 0.69% | 0.8% | - |
| HSV(B) | 259.44º | 0.3% | 0.94% | - |
| XYZ | 51.07 | 45.31 | 87.72 | - |
| YUV | 182.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 239 | 0.20 | 0.30 | 0 | 0.06 | 259.44 | 0.69 | 0.8 |
| Hex | BF | A8 | EF | 14 | 1E | 0 | 6 | 103 | 45 | 50 |
| Octal | 277 | 250 | 357 | 24 | 36 | 0 | 6 | 403 | 105 | 120 |
| Binary | 10111111 | 10101000 | 11101111 | 10100 | 11110 | 0 | 110 | 100000011 | 1000101 | 1010000 |
Color Harmonies of #BFA8EF
Complementary color
Monochromatic Colors of #BFA8EF
Black with #BFA8EF
Text Example
Text Example
White with #BFA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8EF; }
p { color: rgb(191,168,239); }
H1.HeaderClassName
{
color: #BFA8EF;
}
.AnyTagClassName
{
color: #BFA8EF;
}
</style>
background-color css
<style>
a { background-color: #BFA8EF; }
a { background-color: rgb(191,168,239); }
div.DivClassName
{
background-color: #BFA8EF;
}
.BgClassName
{
background-color: #BFA8EF;
}
</style>
border-color css
<style>
span { border-color: #BFA8EF; }
span { border-color: rgb(191,168,239); }
td.TdClassName
{
border-color: #BFA8EF;
}
.TagClassName
{
border-color: #BFA8EF;
}
</style>