Shades of Perfume #BFA5DF
Tints of Perfume #BFA5DF
RGB
CMYK
RGB Variations
Color information
#BFA5DF (or 0xBFA5DF) is known color: Perfume. HEX triplet: BF, A5 and DF. RGB value is (191,165,223). Sum of RGB (Red+Green+Blue) = 191+165+223=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DF is #405A20. Grayscale: #B3B3B3. Windows color (decimal): -4217377 or 14656959. OLE color: 14656959.
HSL color Cylindrical-coordinate representation of color #BFA5DF: hue angle of 266.9º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA5DF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 165 | 223 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.13 |
| HSL | 266.9º | 0.48% | 0.76% | - |
| HSV(B) | 266.9º | 0.26% | 0.87% | - |
| XYZ | 48.26 | 43.31 | 75.63 | - |
| YUV | 179.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 223 | 0.14 | 0.26 | 0 | 0.13 | 266.9 | 0.48 | 0.76 |
| Hex | BF | A5 | DF | E | 1A | 0 | D | 10B | 30 | 4C |
| Octal | 277 | 245 | 337 | 16 | 32 | 0 | 15 | 413 | 60 | 114 |
| Binary | 10111111 | 10100101 | 11011111 | 1110 | 11010 | 0 | 1101 | 100001011 | 110000 | 1001100 |
Color Harmonies of #BFA5DF
Complementary color
Monochromatic Colors of #BFA5DF
Black with #BFA5DF
Text Example
Text Example
White with #BFA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5DF; }
p { color: rgb(191,165,223); }
H1.HeaderClassName
{
color: #BFA5DF;
}
.AnyTagClassName
{
color: #BFA5DF;
}
</style>
background-color css
<style>
a { background-color: #BFA5DF; }
a { background-color: rgb(191,165,223); }
div.DivClassName
{
background-color: #BFA5DF;
}
.BgClassName
{
background-color: #BFA5DF;
}
</style>
border-color css
<style>
span { border-color: #BFA5DF; }
span { border-color: rgb(191,165,223); }
td.TdClassName
{
border-color: #BFA5DF;
}
.TagClassName
{
border-color: #BFA5DF;
}
</style>