Shades of Perfume #BFABD1
Tints of Perfume #BFABD1
RGB
CMYK
RGB Variations
Color information
#BFABD1 (or 0xBFABD1) is known color: Perfume. HEX triplet: BF, AB and D1. RGB value is (191,171,209). Sum of RGB (Red+Green+Blue) = 191+171+209=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABD1 is #40542E. Grayscale: #B5B5B5. Windows color (decimal): -4215855 or 13740991. OLE color: 13740991.
HSL color Cylindrical-coordinate representation of color #BFABD1: hue angle of 271.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFABD1 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 171 | 209 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.18 |
| HSL | 271.58º | 0.29% | 0.75% | - |
| HSV(B) | 271.58º | 0.18% | 0.82% | - |
| XYZ | 47.56 | 44.81 | 66.46 | - |
| YUV | 181.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 209 | 0.09 | 0.18 | 0 | 0.18 | 271.58 | 0.29 | 0.75 |
| Hex | BF | AB | D1 | 9 | 12 | 0 | 12 | 110 | 1D | 4B |
| Octal | 277 | 253 | 321 | 11 | 22 | 0 | 22 | 420 | 35 | 113 |
| Binary | 10111111 | 10101011 | 11010001 | 1001 | 10010 | 0 | 10010 | 100010000 | 11101 | 1001011 |
Color Harmonies of #BFABD1
Complementary color
Monochromatic Colors of #BFABD1
Black with #BFABD1
Text Example
Text Example
White with #BFABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABD1; }
p { color: rgb(191,171,209); }
H1.HeaderClassName
{
color: #BFABD1;
}
.AnyTagClassName
{
color: #BFABD1;
}
</style>
background-color css
<style>
a { background-color: #BFABD1; }
a { background-color: rgb(191,171,209); }
div.DivClassName
{
background-color: #BFABD1;
}
.BgClassName
{
background-color: #BFABD1;
}
</style>
border-color css
<style>
span { border-color: #BFABD1; }
span { border-color: rgb(191,171,209); }
td.TdClassName
{
border-color: #BFABD1;
}
.TagClassName
{
border-color: #BFABD1;
}
</style>