Shades of Perfume #BFA3FF
Tints of Perfume #BFA3FF
RGB
CMYK
RGB Variations
Color information
#BFA3FF (or 0xBFA3FF) is known color: Perfume. HEX triplet: BF, A3 and FF. RGB value is (191,163,255). Sum of RGB (Red+Green+Blue) = 191+163+255=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA3FF is #405C00. Grayscale: #B5B5B5. Windows color (decimal): -4217857 or 16753599. OLE color: 16753599.
HSL color Cylindrical-coordinate representation of color #BFA3FF: hue angle of 258.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA3FF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 163 | 255 | - |
| CMYK | 0.25 | 0.36 | 0 | 0 |
| HSL | 258.26º | 1% | 0.82% | - |
| HSV(B) | 258.26º | 0.36% | 1% | - |
| XYZ | 52.63 | 44.49 | 100.42 | - |
| YUV | 181.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 255 | 0.25 | 0.36 | 0 | 0 | 258.26 | 1 | 0.82 |
| Hex | BF | A3 | FF | 19 | 24 | 0 | 0 | 102 | 64 | 52 |
| Octal | 277 | 243 | 377 | 31 | 44 | 0 | 0 | 402 | 144 | 122 |
| Binary | 10111111 | 10100011 | 11111111 | 11001 | 100100 | 0 | 0 | 100000010 | 1100100 | 1010010 |
Color Harmonies of #BFA3FF
Complementary color
Monochromatic Colors of #BFA3FF
Black with #BFA3FF
Text Example
Text Example
White with #BFA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3FF; }
p { color: rgb(191,163,255); }
H1.HeaderClassName
{
color: #BFA3FF;
}
.AnyTagClassName
{
color: #BFA3FF;
}
</style>
background-color css
<style>
a { background-color: #BFA3FF; }
a { background-color: rgb(191,163,255); }
div.DivClassName
{
background-color: #BFA3FF;
}
.BgClassName
{
background-color: #BFA3FF;
}
</style>
border-color css
<style>
span { border-color: #BFA3FF; }
span { border-color: rgb(191,163,255); }
td.TdClassName
{
border-color: #BFA3FF;
}
.TagClassName
{
border-color: #BFA3FF;
}
</style>