Shades of Perfume #BFA4D3
Tints of Perfume #BFA4D3
RGB
CMYK
RGB Variations
Color information
#BFA4D3 (or 0xBFA4D3) is known color: Perfume. HEX triplet: BF, A4 and D3. RGB value is (191,164,211). Sum of RGB (Red+Green+Blue) = 191+164+211=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4D3 is #405B2C. Grayscale: #B1B1B1. Windows color (decimal): -4217645 or 13870271. OLE color: 13870271.
HSL color Cylindrical-coordinate representation of color #BFA4D3: hue angle of 274.47º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA4D3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 164 | 211 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.17 |
| HSL | 274.47º | 0.35% | 0.74% | - |
| HSV(B) | 274.47º | 0.22% | 0.83% | - |
| XYZ | 46.52 | 42.33 | 67.35 | - |
| YUV | 177.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 211 | 0.09 | 0.22 | 0 | 0.17 | 274.47 | 0.35 | 0.74 |
| Hex | BF | A4 | D3 | 9 | 16 | 0 | 11 | 112 | 23 | 4A |
| Octal | 277 | 244 | 323 | 11 | 26 | 0 | 21 | 422 | 43 | 112 |
| Binary | 10111111 | 10100100 | 11010011 | 1001 | 10110 | 0 | 10001 | 100010010 | 100011 | 1001010 |
Color Harmonies of #BFA4D3
Complementary color
Monochromatic Colors of #BFA4D3
Black with #BFA4D3
Text Example
Text Example
White with #BFA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA4D3; }
p { color: rgb(191,164,211); }
H1.HeaderClassName
{
color: #BFA4D3;
}
.AnyTagClassName
{
color: #BFA4D3;
}
</style>
background-color css
<style>
a { background-color: #BFA4D3; }
a { background-color: rgb(191,164,211); }
div.DivClassName
{
background-color: #BFA4D3;
}
.BgClassName
{
background-color: #BFA4D3;
}
</style>
border-color css
<style>
span { border-color: #BFA4D3; }
span { border-color: rgb(191,164,211); }
td.TdClassName
{
border-color: #BFA4D3;
}
.TagClassName
{
border-color: #BFA4D3;
}
</style>