Shades of Perfume #BFA2E9
Tints of Perfume #BFA2E9
RGB
CMYK
RGB Variations
Color information
#BFA2E9 (or 0xBFA2E9) is known color: Perfume. HEX triplet: BF, A2 and E9. RGB value is (191,162,233). Sum of RGB (Red+Green+Blue) = 191+162+233=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2E9 is #405D16. Grayscale: #B2B2B2. Windows color (decimal): -4218135 or 15311551. OLE color: 15311551.
HSL color Cylindrical-coordinate representation of color #BFA2E9: hue angle of 264.51º degrees, saturation: 0.62, 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 #BFA2E9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 162 | 233 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.09 |
| HSL | 264.51º | 0.62% | 0.77% | - |
| HSV(B) | 264.51º | 0.3% | 0.91% | - |
| XYZ | 49.11 | 42.8 | 82.76 | - |
| YUV | 178.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 233 | 0.18 | 0.30 | 0 | 0.09 | 264.51 | 0.62 | 0.77 |
| Hex | BF | A2 | E9 | 12 | 1E | 0 | 9 | 109 | 3E | 4D |
| Octal | 277 | 242 | 351 | 22 | 36 | 0 | 11 | 411 | 76 | 115 |
| Binary | 10111111 | 10100010 | 11101001 | 10010 | 11110 | 0 | 1001 | 100001001 | 111110 | 1001101 |
Color Harmonies of #BFA2E9
Complementary color
Monochromatic Colors of #BFA2E9
Black with #BFA2E9
Text Example
Text Example
White with #BFA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2E9; }
p { color: rgb(191,162,233); }
H1.HeaderClassName
{
color: #BFA2E9;
}
.AnyTagClassName
{
color: #BFA2E9;
}
</style>
background-color css
<style>
a { background-color: #BFA2E9; }
a { background-color: rgb(191,162,233); }
div.DivClassName
{
background-color: #BFA2E9;
}
.BgClassName
{
background-color: #BFA2E9;
}
</style>
border-color css
<style>
span { border-color: #BFA2E9; }
span { border-color: rgb(191,162,233); }
td.TdClassName
{
border-color: #BFA2E9;
}
.TagClassName
{
border-color: #BFA2E9;
}
</style>