Shades of Perfume #BFA3DC
Tints of Perfume #BFA3DC
RGB
CMYK
RGB Variations
Color information
#BFA3DC (or 0xBFA3DC) is known color: Perfume. HEX triplet: BF, A3 and DC. RGB value is (191,163,220). Sum of RGB (Red+Green+Blue) = 191+163+220=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3DC is #405C23. Grayscale: #B1B1B1. Windows color (decimal): -4217892 or 14459839. OLE color: 14459839.
HSL color Cylindrical-coordinate representation of color #BFA3DC: hue angle of 269.47º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA3DC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 163 | 220 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.14 |
| HSL | 269.47º | 0.45% | 0.75% | - |
| HSV(B) | 269.47º | 0.26% | 0.86% | - |
| XYZ | 47.5 | 42.44 | 73.4 | - |
| YUV | 177.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 220 | 0.13 | 0.26 | 0 | 0.14 | 269.47 | 0.45 | 0.75 |
| Hex | BF | A3 | DC | D | 1A | 0 | E | 10D | 2D | 4B |
| Octal | 277 | 243 | 334 | 15 | 32 | 0 | 16 | 415 | 55 | 113 |
| Binary | 10111111 | 10100011 | 11011100 | 1101 | 11010 | 0 | 1110 | 100001101 | 101101 | 1001011 |
Color Harmonies of #BFA3DC
Complementary color
Monochromatic Colors of #BFA3DC
Black with #BFA3DC
Text Example
Text Example
White with #BFA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3DC; }
p { color: rgb(191,163,220); }
H1.HeaderClassName
{
color: #BFA3DC;
}
.AnyTagClassName
{
color: #BFA3DC;
}
</style>
background-color css
<style>
a { background-color: #BFA3DC; }
a { background-color: rgb(191,163,220); }
div.DivClassName
{
background-color: #BFA3DC;
}
.BgClassName
{
background-color: #BFA3DC;
}
</style>
border-color css
<style>
span { border-color: #BFA3DC; }
span { border-color: rgb(191,163,220); }
td.TdClassName
{
border-color: #BFA3DC;
}
.TagClassName
{
border-color: #BFA3DC;
}
</style>