Shades of Perfume #BFA3D1
Tints of Perfume #BFA3D1
RGB
CMYK
RGB Variations
Color information
#BFA3D1 (or 0xBFA3D1) is known color: Perfume. HEX triplet: BF, A3 and D1. RGB value is (191,163,209). Sum of RGB (Red+Green+Blue) = 191+163+209=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFA3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3D1 is #405C2E. Grayscale: #B0B0B0. Windows color (decimal): -4217903 or 13738943. OLE color: 13738943.
HSL color Cylindrical-coordinate representation of color #BFA3D1: hue angle of 276.52º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA3D1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 163 | 209 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 276.52º | 0.33% | 0.73% | - |
| HSV(B) | 276.52º | 0.22% | 0.82% | - |
| XYZ | 46.09 | 41.87 | 65.97 | - |
| YUV | 176.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 209 | 0.09 | 0.22 | 0 | 0.18 | 276.52 | 0.33 | 0.73 |
| Hex | BF | A3 | D1 | 9 | 16 | 0 | 12 | 115 | 21 | 49 |
| Octal | 277 | 243 | 321 | 11 | 26 | 0 | 22 | 425 | 41 | 111 |
| Binary | 10111111 | 10100011 | 11010001 | 1001 | 10110 | 0 | 10010 | 100010101 | 100001 | 1001001 |
Color Harmonies of #BFA3D1
Complementary color
Monochromatic Colors of #BFA3D1
Black with #BFA3D1
Text Example
Text Example
White with #BFA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3D1; }
p { color: rgb(191,163,209); }
H1.HeaderClassName
{
color: #BFA3D1;
}
.AnyTagClassName
{
color: #BFA3D1;
}
</style>
background-color css
<style>
a { background-color: #BFA3D1; }
a { background-color: rgb(191,163,209); }
div.DivClassName
{
background-color: #BFA3D1;
}
.BgClassName
{
background-color: #BFA3D1;
}
</style>
border-color css
<style>
span { border-color: #BFA3D1; }
span { border-color: rgb(191,163,209); }
td.TdClassName
{
border-color: #BFA3D1;
}
.TagClassName
{
border-color: #BFA3D1;
}
</style>