Shades of Perfume #BFA1D4
Tints of Perfume #BFA1D4
RGB
CMYK
RGB Variations
Color information
#BFA1D4 (or 0xBFA1D4) is known color: Perfume. HEX triplet: BF, A1 and D4. RGB value is (191,161,212). Sum of RGB (Red+Green+Blue) = 191+161+212=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1D4 is #405E2B. Grayscale: #AFAFAF. Windows color (decimal): -4218412 or 13935039. OLE color: 13935039.
HSL color Cylindrical-coordinate representation of color #BFA1D4: hue angle of 275.29º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA1D4 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 161 | 212 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.17 |
| HSL | 275.29º | 0.37% | 0.73% | - |
| HSV(B) | 275.29º | 0.24% | 0.83% | - |
| XYZ | 46.11 | 41.32 | 67.83 | - |
| YUV | 175.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 212 | 0.10 | 0.24 | 0 | 0.17 | 275.29 | 0.37 | 0.73 |
| Hex | BF | A1 | D4 | A | 18 | 0 | 11 | 113 | 25 | 49 |
| Octal | 277 | 241 | 324 | 12 | 30 | 0 | 21 | 423 | 45 | 111 |
| Binary | 10111111 | 10100001 | 11010100 | 1010 | 11000 | 0 | 10001 | 100010011 | 100101 | 1001001 |
Color Harmonies of #BFA1D4
Complementary color
Monochromatic Colors of #BFA1D4
Black with #BFA1D4
Text Example
Text Example
White with #BFA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1D4; }
p { color: rgb(191,161,212); }
H1.HeaderClassName
{
color: #BFA1D4;
}
.AnyTagClassName
{
color: #BFA1D4;
}
</style>
background-color css
<style>
a { background-color: #BFA1D4; }
a { background-color: rgb(191,161,212); }
div.DivClassName
{
background-color: #BFA1D4;
}
.BgClassName
{
background-color: #BFA1D4;
}
</style>
border-color css
<style>
span { border-color: #BFA1D4; }
span { border-color: rgb(191,161,212); }
td.TdClassName
{
border-color: #BFA1D4;
}
.TagClassName
{
border-color: #BFA1D4;
}
</style>