Shades of Perfume #BFABD5
Tints of Perfume #BFABD5
RGB
CMYK
RGB Variations
Color information
#BFABD5 (or 0xBFABD5) is known color: Perfume. HEX triplet: BF, AB and D5. RGB value is (191,171,213). Sum of RGB (Red+Green+Blue) = 191+171+213=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABD5 is #40542A. Grayscale: #B5B5B5. Windows color (decimal): -4215851 or 14003135. OLE color: 14003135.
HSL color Cylindrical-coordinate representation of color #BFABD5: hue angle of 268.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFABD5 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 171 | 213 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.16 |
| HSL | 268.57º | 0.33% | 0.75% | - |
| HSV(B) | 268.57º | 0.2% | 0.84% | - |
| XYZ | 48.06 | 45.01 | 69.1 | - |
| YUV | 181.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 213 | 0.10 | 0.20 | 0 | 0.16 | 268.57 | 0.33 | 0.75 |
| Hex | BF | AB | D5 | A | 14 | 0 | 10 | 10D | 21 | 4B |
| Octal | 277 | 253 | 325 | 12 | 24 | 0 | 20 | 415 | 41 | 113 |
| Binary | 10111111 | 10101011 | 11010101 | 1010 | 10100 | 0 | 10000 | 100001101 | 100001 | 1001011 |
Color Harmonies of #BFABD5
Complementary color
Monochromatic Colors of #BFABD5
Black with #BFABD5
Text Example
Text Example
White with #BFABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABD5; }
p { color: rgb(191,171,213); }
H1.HeaderClassName
{
color: #BFABD5;
}
.AnyTagClassName
{
color: #BFABD5;
}
</style>
background-color css
<style>
a { background-color: #BFABD5; }
a { background-color: rgb(191,171,213); }
div.DivClassName
{
background-color: #BFABD5;
}
.BgClassName
{
background-color: #BFABD5;
}
</style>
border-color css
<style>
span { border-color: #BFABD5; }
span { border-color: rgb(191,171,213); }
td.TdClassName
{
border-color: #BFABD5;
}
.TagClassName
{
border-color: #BFABD5;
}
</style>