Shades of Perfume #BFA4E8
Tints of Perfume #BFA4E8
RGB
CMYK
RGB Variations
Color information
#BFA4E8 (or 0xBFA4E8) is known color: Perfume. HEX triplet: BF, A4 and E8. RGB value is (191,164,232). Sum of RGB (Red+Green+Blue) = 191+164+232=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4E8 is #405B17. Grayscale: #B3B3B3. Windows color (decimal): -4217624 or 15246527. OLE color: 15246527.
HSL color Cylindrical-coordinate representation of color #BFA4E8: hue angle of 263.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA4E8 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 164 | 232 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.09 |
| HSL | 263.82º | 0.6% | 0.78% | - |
| HSV(B) | 263.82º | 0.29% | 0.91% | - |
| XYZ | 49.33 | 43.45 | 82.13 | - |
| YUV | 179.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 232 | 0.18 | 0.29 | 0 | 0.09 | 263.82 | 0.6 | 0.78 |
| Hex | BF | A4 | E8 | 12 | 1D | 0 | 9 | 108 | 3C | 4E |
| Octal | 277 | 244 | 350 | 22 | 35 | 0 | 11 | 410 | 74 | 116 |
| Binary | 10111111 | 10100100 | 11101000 | 10010 | 11101 | 0 | 1001 | 100001000 | 111100 | 1001110 |
Color Harmonies of #BFA4E8
Complementary color
Monochromatic Colors of #BFA4E8
Black with #BFA4E8
Text Example
Text Example
White with #BFA4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4E8; }
p { color: rgb(191,164,232); }
H1.HeaderClassName
{
color: #BFA4E8;
}
.AnyTagClassName
{
color: #BFA4E8;
}
</style>
background-color css
<style>
a { background-color: #BFA4E8; }
a { background-color: rgb(191,164,232); }
div.DivClassName
{
background-color: #BFA4E8;
}
.BgClassName
{
background-color: #BFA4E8;
}
</style>
border-color css
<style>
span { border-color: #BFA4E8; }
span { border-color: rgb(191,164,232); }
td.TdClassName
{
border-color: #BFA4E8;
}
.TagClassName
{
border-color: #BFA4E8;
}
</style>