Shades of Perfume #BFA3E9
Tints of Perfume #BFA3E9
RGB
CMYK
RGB Variations
Color information
#BFA3E9 (or 0xBFA3E9) is known color: Perfume. HEX triplet: BF, A3 and E9. RGB value is (191,163,233). Sum of RGB (Red+Green+Blue) = 191+163+233=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3E9 is #405C16. Grayscale: #B3B3B3. Windows color (decimal): -4217879 or 15311807. OLE color: 15311807.
HSL color Cylindrical-coordinate representation of color #BFA3E9: hue angle of 264º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA3E9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 163 | 233 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.09 |
| HSL | 264º | 0.61% | 0.78% | - |
| HSV(B) | 264º | 0.3% | 0.91% | - |
| XYZ | 49.29 | 43.15 | 82.82 | - |
| YUV | 179.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 233 | 0.18 | 0.30 | 0 | 0.09 | 264 | 0.61 | 0.78 |
| Hex | BF | A3 | E9 | 12 | 1E | 0 | 9 | 108 | 3D | 4E |
| Octal | 277 | 243 | 351 | 22 | 36 | 0 | 11 | 410 | 75 | 116 |
| Binary | 10111111 | 10100011 | 11101001 | 10010 | 11110 | 0 | 1001 | 100001000 | 111101 | 1001110 |
Color Harmonies of #BFA3E9
Complementary color
Monochromatic Colors of #BFA3E9
Black with #BFA3E9
Text Example
Text Example
White with #BFA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3E9; }
p { color: rgb(191,163,233); }
H1.HeaderClassName
{
color: #BFA3E9;
}
.AnyTagClassName
{
color: #BFA3E9;
}
</style>
background-color css
<style>
a { background-color: #BFA3E9; }
a { background-color: rgb(191,163,233); }
div.DivClassName
{
background-color: #BFA3E9;
}
.BgClassName
{
background-color: #BFA3E9;
}
</style>
border-color css
<style>
span { border-color: #BFA3E9; }
span { border-color: rgb(191,163,233); }
td.TdClassName
{
border-color: #BFA3E9;
}
.TagClassName
{
border-color: #BFA3E9;
}
</style>