Shades of Perfume #BFA8E9
Tints of Perfume #BFA8E9
RGB
CMYK
RGB Variations
Color information
#BFA8E9 (or 0xBFA8E9) is known color: Perfume. HEX triplet: BF, A8 and E9. RGB value is (191,168,233). Sum of RGB (Red+Green+Blue) = 191+168+233=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8E9 is #405716. Grayscale: #B6B6B6. Windows color (decimal): -4216599 or 15313087. OLE color: 15313087.
HSL color Cylindrical-coordinate representation of color #BFA8E9: hue angle of 261.23º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA8E9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 168 | 233 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.09 |
| HSL | 261.23º | 0.6% | 0.79% | - |
| HSV(B) | 261.23º | 0.28% | 0.91% | - |
| XYZ | 50.2 | 44.96 | 83.12 | - |
| YUV | 182.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 233 | 0.18 | 0.28 | 0 | 0.09 | 261.23 | 0.6 | 0.79 |
| Hex | BF | A8 | E9 | 12 | 1C | 0 | 9 | 105 | 3C | 4F |
| Octal | 277 | 250 | 351 | 22 | 34 | 0 | 11 | 405 | 74 | 117 |
| Binary | 10111111 | 10101000 | 11101001 | 10010 | 11100 | 0 | 1001 | 100000101 | 111100 | 1001111 |
Color Harmonies of #BFA8E9
Complementary color
Monochromatic Colors of #BFA8E9
Black with #BFA8E9
Text Example
Text Example
White with #BFA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8E9; }
p { color: rgb(191,168,233); }
H1.HeaderClassName
{
color: #BFA8E9;
}
.AnyTagClassName
{
color: #BFA8E9;
}
</style>
background-color css
<style>
a { background-color: #BFA8E9; }
a { background-color: rgb(191,168,233); }
div.DivClassName
{
background-color: #BFA8E9;
}
.BgClassName
{
background-color: #BFA8E9;
}
</style>
border-color css
<style>
span { border-color: #BFA8E9; }
span { border-color: rgb(191,168,233); }
td.TdClassName
{
border-color: #BFA8E9;
}
.TagClassName
{
border-color: #BFA8E9;
}
</style>