Shades of Perfume #BFA2D1
Tints of Perfume #BFA2D1
RGB
CMYK
RGB Variations
Color information
#BFA2D1 (or 0xBFA2D1) is known color: Perfume. HEX triplet: BF, A2 and D1. RGB value is (191,162,209). Sum of RGB (Red+Green+Blue) = 191+162+209=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2D1 is #405D2E. Grayscale: #AFAFAF. Windows color (decimal): -4218159 or 13738687. OLE color: 13738687.
HSL color Cylindrical-coordinate representation of color #BFA2D1: hue angle of 277.02º degrees, saturation: 0.34, 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 #BFA2D1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 162 | 209 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.18 |
| HSL | 277.02º | 0.34% | 0.73% | - |
| HSV(B) | 277.02º | 0.22% | 0.82% | - |
| XYZ | 45.91 | 41.52 | 65.92 | - |
| YUV | 176.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 209 | 0.09 | 0.22 | 0 | 0.18 | 277.02 | 0.34 | 0.73 |
| Hex | BF | A2 | D1 | 9 | 16 | 0 | 12 | 115 | 22 | 49 |
| Octal | 277 | 242 | 321 | 11 | 26 | 0 | 22 | 425 | 42 | 111 |
| Binary | 10111111 | 10100010 | 11010001 | 1001 | 10110 | 0 | 10010 | 100010101 | 100010 | 1001001 |
Color Harmonies of #BFA2D1
Complementary color
Monochromatic Colors of #BFA2D1
Black with #BFA2D1
Text Example
Text Example
White with #BFA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2D1; }
p { color: rgb(191,162,209); }
H1.HeaderClassName
{
color: #BFA2D1;
}
.AnyTagClassName
{
color: #BFA2D1;
}
</style>
background-color css
<style>
a { background-color: #BFA2D1; }
a { background-color: rgb(191,162,209); }
div.DivClassName
{
background-color: #BFA2D1;
}
.BgClassName
{
background-color: #BFA2D1;
}
</style>
border-color css
<style>
span { border-color: #BFA2D1; }
span { border-color: rgb(191,162,209); }
td.TdClassName
{
border-color: #BFA2D1;
}
.TagClassName
{
border-color: #BFA2D1;
}
</style>