Shades of Perfume #BFA3E8
Tints of Perfume #BFA3E8
RGB
CMYK
RGB Variations
Color information
#BFA3E8 (or 0xBFA3E8) is known color: Perfume. HEX triplet: BF, A3 and E8. RGB value is (191,163,232). Sum of RGB (Red+Green+Blue) = 191+163+232=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3E8 is #405C17. Grayscale: #B2B2B2. Windows color (decimal): -4217880 or 15246271. OLE color: 15246271.
HSL color Cylindrical-coordinate representation of color #BFA3E8: hue angle of 264.35º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA3E8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 163 | 232 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.09 |
| HSL | 264.35º | 0.6% | 0.77% | - |
| HSV(B) | 264.35º | 0.3% | 0.91% | - |
| XYZ | 49.15 | 43.1 | 82.07 | - |
| YUV | 179.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 232 | 0.18 | 0.30 | 0 | 0.09 | 264.35 | 0.6 | 0.77 |
| Hex | BF | A3 | E8 | 12 | 1E | 0 | 9 | 108 | 3C | 4D |
| Octal | 277 | 243 | 350 | 22 | 36 | 0 | 11 | 410 | 74 | 115 |
| Binary | 10111111 | 10100011 | 11101000 | 10010 | 11110 | 0 | 1001 | 100001000 | 111100 | 1001101 |
Color Harmonies of #BFA3E8
Complementary color
Monochromatic Colors of #BFA3E8
Black with #BFA3E8
Text Example
Text Example
White with #BFA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3E8; }
p { color: rgb(191,163,232); }
H1.HeaderClassName
{
color: #BFA3E8;
}
.AnyTagClassName
{
color: #BFA3E8;
}
</style>
background-color css
<style>
a { background-color: #BFA3E8; }
a { background-color: rgb(191,163,232); }
div.DivClassName
{
background-color: #BFA3E8;
}
.BgClassName
{
background-color: #BFA3E8;
}
</style>
border-color css
<style>
span { border-color: #BFA3E8; }
span { border-color: rgb(191,163,232); }
td.TdClassName
{
border-color: #BFA3E8;
}
.TagClassName
{
border-color: #BFA3E8;
}
</style>