Shades of Perfume #BFA3EF
Tints of Perfume #BFA3EF
RGB
CMYK
RGB Variations
Color information
#BFA3EF (or 0xBFA3EF) is known color: Perfume. HEX triplet: BF, A3 and EF. RGB value is (191,163,239). Sum of RGB (Red+Green+Blue) = 191+163+239=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3EF is #405C10. Grayscale: #B3B3B3. Windows color (decimal): -4217873 or 15705023. OLE color: 15705023.
HSL color Cylindrical-coordinate representation of color #BFA3EF: hue angle of 262.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA3EF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 163 | 239 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.06 |
| HSL | 262.11º | 0.7% | 0.79% | - |
| HSV(B) | 262.11º | 0.32% | 0.94% | - |
| XYZ | 50.16 | 43.5 | 87.41 | - |
| YUV | 180.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 239 | 0.20 | 0.32 | 0 | 0.06 | 262.11 | 0.7 | 0.79 |
| Hex | BF | A3 | EF | 14 | 20 | 0 | 6 | 106 | 46 | 4F |
| Octal | 277 | 243 | 357 | 24 | 40 | 0 | 6 | 406 | 106 | 117 |
| Binary | 10111111 | 10100011 | 11101111 | 10100 | 100000 | 0 | 110 | 100000110 | 1000110 | 1001111 |
Color Harmonies of #BFA3EF
Complementary color
Monochromatic Colors of #BFA3EF
Black with #BFA3EF
Text Example
Text Example
White with #BFA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3EF; }
p { color: rgb(191,163,239); }
H1.HeaderClassName
{
color: #BFA3EF;
}
.AnyTagClassName
{
color: #BFA3EF;
}
</style>
background-color css
<style>
a { background-color: #BFA3EF; }
a { background-color: rgb(191,163,239); }
div.DivClassName
{
background-color: #BFA3EF;
}
.BgClassName
{
background-color: #BFA3EF;
}
</style>
border-color css
<style>
span { border-color: #BFA3EF; }
span { border-color: rgb(191,163,239); }
td.TdClassName
{
border-color: #BFA3EF;
}
.TagClassName
{
border-color: #BFA3EF;
}
</style>