Shades of Perfume #BFABCD
Tints of Perfume #BFABCD
RGB
CMYK
RGB Variations
Color information
#BFABCD (or 0xBFABCD) is known color: Perfume. HEX triplet: BF, AB and CD. RGB value is (191,171,205). Sum of RGB (Red+Green+Blue) = 191+171+205=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABCD is #405432. Grayscale: #B4B4B4. Windows color (decimal): -4215859 or 13478847. OLE color: 13478847.
HSL color Cylindrical-coordinate representation of color #BFABCD: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFABCD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 171 | 205 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.20 |
| HSL | 275.29º | 0.25% | 0.74% | - |
| HSV(B) | 275.29º | 0.17% | 0.8% | - |
| XYZ | 47.07 | 44.61 | 63.89 | - |
| YUV | 180.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 205 | 0.07 | 0.17 | 0 | 0.20 | 275.29 | 0.25 | 0.74 |
| Hex | BF | AB | CD | 7 | 11 | 0 | 14 | 113 | 19 | 4A |
| Octal | 277 | 253 | 315 | 7 | 21 | 0 | 24 | 423 | 31 | 112 |
| Binary | 10111111 | 10101011 | 11001101 | 111 | 10001 | 0 | 10100 | 100010011 | 11001 | 1001010 |
Color Harmonies of #BFABCD
Complementary color
Monochromatic Colors of #BFABCD
Black with #BFABCD
Text Example
Text Example
White with #BFABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABCD; }
p { color: rgb(191,171,205); }
H1.HeaderClassName
{
color: #BFABCD;
}
.AnyTagClassName
{
color: #BFABCD;
}
</style>
background-color css
<style>
a { background-color: #BFABCD; }
a { background-color: rgb(191,171,205); }
div.DivClassName
{
background-color: #BFABCD;
}
.BgClassName
{
background-color: #BFABCD;
}
</style>
border-color css
<style>
span { border-color: #BFABCD; }
span { border-color: rgb(191,171,205); }
td.TdClassName
{
border-color: #BFABCD;
}
.TagClassName
{
border-color: #BFABCD;
}
</style>