Shades of Perfume #BFABD8
Tints of Perfume #BFABD8
RGB
CMYK
RGB Variations
Color information
#BFABD8 (or 0xBFABD8) is known color: Perfume. HEX triplet: BF, AB and D8. RGB value is (191,171,216). Sum of RGB (Red+Green+Blue) = 191+171+216=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABD8 is #405427. Grayscale: #B5B5B5. Windows color (decimal): -4215848 or 14199743. OLE color: 14199743.
HSL color Cylindrical-coordinate representation of color #BFABD8: hue angle of 266.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFABD8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 171 | 216 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.15 |
| HSL | 266.67º | 0.37% | 0.76% | - |
| HSV(B) | 266.67º | 0.21% | 0.85% | - |
| XYZ | 48.44 | 45.16 | 71.13 | - |
| YUV | 182.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 216 | 0.12 | 0.21 | 0 | 0.15 | 266.67 | 0.37 | 0.76 |
| Hex | BF | AB | D8 | C | 15 | 0 | F | 10B | 25 | 4C |
| Octal | 277 | 253 | 330 | 14 | 25 | 0 | 17 | 413 | 45 | 114 |
| Binary | 10111111 | 10101011 | 11011000 | 1100 | 10101 | 0 | 1111 | 100001011 | 100101 | 1001100 |
Color Harmonies of #BFABD8
Complementary color
Monochromatic Colors of #BFABD8
Black with #BFABD8
Text Example
Text Example
White with #BFABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABD8; }
p { color: rgb(191,171,216); }
H1.HeaderClassName
{
color: #BFABD8;
}
.AnyTagClassName
{
color: #BFABD8;
}
</style>
background-color css
<style>
a { background-color: #BFABD8; }
a { background-color: rgb(191,171,216); }
div.DivClassName
{
background-color: #BFABD8;
}
.BgClassName
{
background-color: #BFABD8;
}
</style>
border-color css
<style>
span { border-color: #BFABD8; }
span { border-color: rgb(191,171,216); }
td.TdClassName
{
border-color: #BFABD8;
}
.TagClassName
{
border-color: #BFABD8;
}
</style>