Shades of Perfume #BFA2EC
Tints of Perfume #BFA2EC
RGB
CMYK
RGB Variations
Color information
#BFA2EC (or 0xBFA2EC) is known color: Perfume. HEX triplet: BF, A2 and EC. RGB value is (191,162,236). Sum of RGB (Red+Green+Blue) = 191+162+236=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2EC is #405D13. Grayscale: #B2B2B2. Windows color (decimal): -4218132 or 15508159. OLE color: 15508159.
HSL color Cylindrical-coordinate representation of color #BFA2EC: hue angle of 263.51º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA2EC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 162 | 236 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.07 |
| HSL | 263.51º | 0.66% | 0.78% | - |
| HSV(B) | 263.51º | 0.31% | 0.93% | - |
| XYZ | 49.55 | 42.97 | 85.04 | - |
| YUV | 179.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 236 | 0.19 | 0.31 | 0 | 0.07 | 263.51 | 0.66 | 0.78 |
| Hex | BF | A2 | EC | 13 | 1F | 0 | 7 | 108 | 42 | 4E |
| Octal | 277 | 242 | 354 | 23 | 37 | 0 | 7 | 410 | 102 | 116 |
| Binary | 10111111 | 10100010 | 11101100 | 10011 | 11111 | 0 | 111 | 100001000 | 1000010 | 1001110 |
Color Harmonies of #BFA2EC
Complementary color
Monochromatic Colors of #BFA2EC
Black with #BFA2EC
Text Example
Text Example
White with #BFA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2EC; }
p { color: rgb(191,162,236); }
H1.HeaderClassName
{
color: #BFA2EC;
}
.AnyTagClassName
{
color: #BFA2EC;
}
</style>
background-color css
<style>
a { background-color: #BFA2EC; }
a { background-color: rgb(191,162,236); }
div.DivClassName
{
background-color: #BFA2EC;
}
.BgClassName
{
background-color: #BFA2EC;
}
</style>
border-color css
<style>
span { border-color: #BFA2EC; }
span { border-color: rgb(191,162,236); }
td.TdClassName
{
border-color: #BFA2EC;
}
.TagClassName
{
border-color: #BFA2EC;
}
</style>