Shades of Perfume #BFA6EE
Tints of Perfume #BFA6EE
RGB
CMYK
RGB Variations
Color information
#BFA6EE (or 0xBFA6EE) is known color: Perfume. HEX triplet: BF, A6 and EE. RGB value is (191,166,238). Sum of RGB (Red+Green+Blue) = 191+166+238=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6EE is #405911. Grayscale: #B5B5B5. Windows color (decimal): -4217106 or 15640255. OLE color: 15640255.
HSL color Cylindrical-coordinate representation of color #BFA6EE: hue angle of 260.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA6EE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 166 | 238 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.07 |
| HSL | 260.83º | 0.68% | 0.79% | - |
| HSV(B) | 260.83º | 0.3% | 0.93% | - |
| XYZ | 50.55 | 44.52 | 86.82 | - |
| YUV | 181.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 238 | 0.20 | 0.30 | 0 | 0.07 | 260.83 | 0.68 | 0.79 |
| Hex | BF | A6 | EE | 14 | 1E | 0 | 7 | 105 | 44 | 4F |
| Octal | 277 | 246 | 356 | 24 | 36 | 0 | 7 | 405 | 104 | 117 |
| Binary | 10111111 | 10100110 | 11101110 | 10100 | 11110 | 0 | 111 | 100000101 | 1000100 | 1001111 |
Color Harmonies of #BFA6EE
Complementary color
Monochromatic Colors of #BFA6EE
Black with #BFA6EE
Text Example
Text Example
White with #BFA6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA6EE; }
p { color: rgb(191,166,238); }
H1.HeaderClassName
{
color: #BFA6EE;
}
.AnyTagClassName
{
color: #BFA6EE;
}
</style>
background-color css
<style>
a { background-color: #BFA6EE; }
a { background-color: rgb(191,166,238); }
div.DivClassName
{
background-color: #BFA6EE;
}
.BgClassName
{
background-color: #BFA6EE;
}
</style>
border-color css
<style>
span { border-color: #BFA6EE; }
span { border-color: rgb(191,166,238); }
td.TdClassName
{
border-color: #BFA6EE;
}
.TagClassName
{
border-color: #BFA6EE;
}
</style>