Shades of Perfume #BFA5DC
Tints of Perfume #BFA5DC
RGB
CMYK
RGB Variations
Color information
#BFA5DC (or 0xBFA5DC) is known color: Perfume. HEX triplet: BF, A5 and DC. RGB value is (191,165,220). Sum of RGB (Red+Green+Blue) = 191+165+220=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5DC is #405A23. Grayscale: #B2B2B2. Windows color (decimal): -4217380 or 14460351. OLE color: 14460351.
HSL color Cylindrical-coordinate representation of color #BFA5DC: hue angle of 268.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA5DC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 165 | 220 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.14 |
| HSL | 268.36º | 0.44% | 0.75% | - |
| HSV(B) | 268.36º | 0.25% | 0.86% | - |
| XYZ | 47.86 | 43.15 | 73.52 | - |
| YUV | 179.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 220 | 0.13 | 0.25 | 0 | 0.14 | 268.36 | 0.44 | 0.75 |
| Hex | BF | A5 | DC | D | 19 | 0 | E | 10C | 2C | 4B |
| Octal | 277 | 245 | 334 | 15 | 31 | 0 | 16 | 414 | 54 | 113 |
| Binary | 10111111 | 10100101 | 11011100 | 1101 | 11001 | 0 | 1110 | 100001100 | 101100 | 1001011 |
Color Harmonies of #BFA5DC
Complementary color
Monochromatic Colors of #BFA5DC
Black with #BFA5DC
Text Example
Text Example
White with #BFA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5DC; }
p { color: rgb(191,165,220); }
H1.HeaderClassName
{
color: #BFA5DC;
}
.AnyTagClassName
{
color: #BFA5DC;
}
</style>
background-color css
<style>
a { background-color: #BFA5DC; }
a { background-color: rgb(191,165,220); }
div.DivClassName
{
background-color: #BFA5DC;
}
.BgClassName
{
background-color: #BFA5DC;
}
</style>
border-color css
<style>
span { border-color: #BFA5DC; }
span { border-color: rgb(191,165,220); }
td.TdClassName
{
border-color: #BFA5DC;
}
.TagClassName
{
border-color: #BFA5DC;
}
</style>