Shades of Perfume #BFA1D5
Tints of Perfume #BFA1D5
RGB
CMYK
RGB Variations
Color information
#BFA1D5 (or 0xBFA1D5) is known color: Perfume. HEX triplet: BF, A1 and D5. RGB value is (191,161,213). Sum of RGB (Red+Green+Blue) = 191+161+213=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1D5 is #405E2A. Grayscale: #AFAFAF. Windows color (decimal): -4218411 or 14000575. OLE color: 14000575.
HSL color Cylindrical-coordinate representation of color #BFA1D5: hue angle of 274.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA1D5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 161 | 213 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.16 |
| HSL | 274.62º | 0.38% | 0.73% | - |
| HSV(B) | 274.62º | 0.24% | 0.84% | - |
| XYZ | 46.24 | 41.37 | 68.5 | - |
| YUV | 175.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 213 | 0.10 | 0.24 | 0 | 0.16 | 274.62 | 0.38 | 0.73 |
| Hex | BF | A1 | D5 | A | 18 | 0 | 10 | 113 | 26 | 49 |
| Octal | 277 | 241 | 325 | 12 | 30 | 0 | 20 | 423 | 46 | 111 |
| Binary | 10111111 | 10100001 | 11010101 | 1010 | 11000 | 0 | 10000 | 100010011 | 100110 | 1001001 |
Color Harmonies of #BFA1D5
Complementary color
Monochromatic Colors of #BFA1D5
Black with #BFA1D5
Text Example
Text Example
White with #BFA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1D5; }
p { color: rgb(191,161,213); }
H1.HeaderClassName
{
color: #BFA1D5;
}
.AnyTagClassName
{
color: #BFA1D5;
}
</style>
background-color css
<style>
a { background-color: #BFA1D5; }
a { background-color: rgb(191,161,213); }
div.DivClassName
{
background-color: #BFA1D5;
}
.BgClassName
{
background-color: #BFA1D5;
}
</style>
border-color css
<style>
span { border-color: #BFA1D5; }
span { border-color: rgb(191,161,213); }
td.TdClassName
{
border-color: #BFA1D5;
}
.TagClassName
{
border-color: #BFA1D5;
}
</style>