Shades of Perfume #BFA2FE
Tints of Perfume #BFA2FE
RGB
CMYK
RGB Variations
Color information
#BFA2FE (or 0xBFA2FE) is known color: Perfume. HEX triplet: BF, A2 and FE. RGB value is (191,162,254). Sum of RGB (Red+Green+Blue) = 191+162+254=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2FE is #405D01. Grayscale: #B4B4B4. Windows color (decimal): -4218114 or 16687807. OLE color: 16687807.
HSL color Cylindrical-coordinate representation of color #BFA2FE: hue angle of 258.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA2FE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 162 | 254 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.00 |
| HSL | 258.91º | 0.98% | 0.82% | - |
| HSV(B) | 258.91º | 0.36% | 1% | - |
| XYZ | 52.3 | 44.07 | 99.52 | - |
| YUV | 181.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 254 | 0.25 | 0.36 | 0 | 0.00 | 258.91 | 0.98 | 0.82 |
| Hex | BF | A2 | FE | 19 | 24 | 0 | 0 | 103 | 62 | 52 |
| Octal | 277 | 242 | 376 | 31 | 44 | 0 | 0 | 403 | 142 | 122 |
| Binary | 10111111 | 10100010 | 11111110 | 11001 | 100100 | 0 | 0 | 100000011 | 1100010 | 1010010 |
Color Harmonies of #BFA2FE
Complementary color
Monochromatic Colors of #BFA2FE
Black with #BFA2FE
Text Example
Text Example
White with #BFA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2FE; }
p { color: rgb(191,162,254); }
H1.HeaderClassName
{
color: #BFA2FE;
}
.AnyTagClassName
{
color: #BFA2FE;
}
</style>
background-color css
<style>
a { background-color: #BFA2FE; }
a { background-color: rgb(191,162,254); }
div.DivClassName
{
background-color: #BFA2FE;
}
.BgClassName
{
background-color: #BFA2FE;
}
</style>
border-color css
<style>
span { border-color: #BFA2FE; }
span { border-color: rgb(191,162,254); }
td.TdClassName
{
border-color: #BFA2FE;
}
.TagClassName
{
border-color: #BFA2FE;
}
</style>