Shades of Perfume #BFA2EE
Tints of Perfume #BFA2EE
RGB
CMYK
RGB Variations
Color information
#BFA2EE (or 0xBFA2EE) is known color: Perfume. HEX triplet: BF, A2 and EE. RGB value is (191,162,238). Sum of RGB (Red+Green+Blue) = 191+162+238=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA2EE is #405D11. Grayscale: #B3B3B3. Windows color (decimal): -4218130 or 15639231. OLE color: 15639231.
HSL color Cylindrical-coordinate representation of color #BFA2EE: hue angle of 262.89º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA2EE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 162 | 238 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.07 |
| HSL | 262.89º | 0.69% | 0.78% | - |
| HSV(B) | 262.89º | 0.32% | 0.93% | - |
| XYZ | 49.84 | 43.09 | 86.58 | - |
| YUV | 179.34 | 161.11 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 238 | 0.20 | 0.32 | 0 | 0.07 | 262.89 | 0.69 | 0.78 |
| Hex | BF | A2 | EE | 14 | 20 | 0 | 7 | 107 | 45 | 4E |
| Octal | 277 | 242 | 356 | 24 | 40 | 0 | 7 | 407 | 105 | 116 |
| Binary | 10111111 | 10100010 | 11101110 | 10100 | 100000 | 0 | 111 | 100000111 | 1000101 | 1001110 |
Color Harmonies of #BFA2EE
Complementary color
Monochromatic Colors of #BFA2EE
Black with #BFA2EE
Text Example
Text Example
White with #BFA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2EE; }
p { color: rgb(191,162,238); }
H1.HeaderClassName
{
color: #BFA2EE;
}
.AnyTagClassName
{
color: #BFA2EE;
}
</style>
background-color css
<style>
a { background-color: #BFA2EE; }
a { background-color: rgb(191,162,238); }
div.DivClassName
{
background-color: #BFA2EE;
}
.BgClassName
{
background-color: #BFA2EE;
}
</style>
border-color css
<style>
span { border-color: #BFA2EE; }
span { border-color: rgb(191,162,238); }
td.TdClassName
{
border-color: #BFA2EE;
}
.TagClassName
{
border-color: #BFA2EE;
}
</style>