Shades of Perfume #BFA2EB
Tints of Perfume #BFA2EB
RGB
CMYK
RGB Variations
Color information
#BFA2EB (or 0xBFA2EB) is known color: Perfume. HEX triplet: BF, A2 and EB. RGB value is (191,162,235). Sum of RGB (Red+Green+Blue) = 191+162+235=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2EB is #405D14. Grayscale: #B2B2B2. Windows color (decimal): -4218133 or 15442623. OLE color: 15442623.
HSL color Cylindrical-coordinate representation of color #BFA2EB: hue angle of 263.84º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA2EB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 162 | 235 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.08 |
| HSL | 263.84º | 0.65% | 0.78% | - |
| HSV(B) | 263.84º | 0.31% | 0.92% | - |
| XYZ | 49.4 | 42.92 | 84.28 | - |
| YUV | 178.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 235 | 0.19 | 0.31 | 0 | 0.08 | 263.84 | 0.65 | 0.78 |
| Hex | BF | A2 | EB | 13 | 1F | 0 | 8 | 108 | 41 | 4E |
| Octal | 277 | 242 | 353 | 23 | 37 | 0 | 10 | 410 | 101 | 116 |
| Binary | 10111111 | 10100010 | 11101011 | 10011 | 11111 | 0 | 1000 | 100001000 | 1000001 | 1001110 |
Color Harmonies of #BFA2EB
Complementary color
Monochromatic Colors of #BFA2EB
Black with #BFA2EB
Text Example
Text Example
White with #BFA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2EB; }
p { color: rgb(191,162,235); }
H1.HeaderClassName
{
color: #BFA2EB;
}
.AnyTagClassName
{
color: #BFA2EB;
}
</style>
background-color css
<style>
a { background-color: #BFA2EB; }
a { background-color: rgb(191,162,235); }
div.DivClassName
{
background-color: #BFA2EB;
}
.BgClassName
{
background-color: #BFA2EB;
}
</style>
border-color css
<style>
span { border-color: #BFA2EB; }
span { border-color: rgb(191,162,235); }
td.TdClassName
{
border-color: #BFA2EB;
}
.TagClassName
{
border-color: #BFA2EB;
}
</style>