Shades of Perfume #BFA3EE
Tints of Perfume #BFA3EE
RGB
CMYK
RGB Variations
Color information
#BFA3EE (or 0xBFA3EE) is known color: Perfume. HEX triplet: BF, A3 and EE. RGB value is (191,163,238). Sum of RGB (Red+Green+Blue) = 191+163+238=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3EE is #405C11. Grayscale: #B3B3B3. Windows color (decimal): -4217874 or 15639487. OLE color: 15639487.
HSL color Cylindrical-coordinate representation of color #BFA3EE: hue angle of 262.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA3EE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 163 | 238 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.07 |
| HSL | 262.4º | 0.69% | 0.79% | - |
| HSV(B) | 262.4º | 0.32% | 0.93% | - |
| XYZ | 50.02 | 43.44 | 86.64 | - |
| YUV | 179.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 238 | 0.20 | 0.32 | 0 | 0.07 | 262.4 | 0.69 | 0.79 |
| Hex | BF | A3 | EE | 14 | 20 | 0 | 7 | 106 | 45 | 4F |
| Octal | 277 | 243 | 356 | 24 | 40 | 0 | 7 | 406 | 105 | 117 |
| Binary | 10111111 | 10100011 | 11101110 | 10100 | 100000 | 0 | 111 | 100000110 | 1000101 | 1001111 |
Color Harmonies of #BFA3EE
Complementary color
Monochromatic Colors of #BFA3EE
Black with #BFA3EE
Text Example
Text Example
White with #BFA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3EE; }
p { color: rgb(191,163,238); }
H1.HeaderClassName
{
color: #BFA3EE;
}
.AnyTagClassName
{
color: #BFA3EE;
}
</style>
background-color css
<style>
a { background-color: #BFA3EE; }
a { background-color: rgb(191,163,238); }
div.DivClassName
{
background-color: #BFA3EE;
}
.BgClassName
{
background-color: #BFA3EE;
}
</style>
border-color css
<style>
span { border-color: #BFA3EE; }
span { border-color: rgb(191,163,238); }
td.TdClassName
{
border-color: #BFA3EE;
}
.TagClassName
{
border-color: #BFA3EE;
}
</style>