Shades of Perfume #BFABDC
Tints of Perfume #BFABDC
RGB
CMYK
RGB Variations
Color information
#BFABDC (or 0xBFABDC) is known color: Perfume. HEX triplet: BF, AB and DC. RGB value is (191,171,220). Sum of RGB (Red+Green+Blue) = 191+171+220=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABDC is #405423. Grayscale: #B6B6B6. Windows color (decimal): -4215844 or 14461887. OLE color: 14461887.
HSL color Cylindrical-coordinate representation of color #BFABDC: hue angle of 264.49º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFABDC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 171 | 220 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.14 |
| HSL | 264.49º | 0.41% | 0.77% | - |
| HSV(B) | 264.49º | 0.22% | 0.86% | - |
| XYZ | 48.97 | 45.37 | 73.89 | - |
| YUV | 182.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 220 | 0.13 | 0.22 | 0 | 0.14 | 264.49 | 0.41 | 0.77 |
| Hex | BF | AB | DC | D | 16 | 0 | E | 108 | 29 | 4D |
| Octal | 277 | 253 | 334 | 15 | 26 | 0 | 16 | 410 | 51 | 115 |
| Binary | 10111111 | 10101011 | 11011100 | 1101 | 10110 | 0 | 1110 | 100001000 | 101001 | 1001101 |
Color Harmonies of #BFABDC
Complementary color
Monochromatic Colors of #BFABDC
Black with #BFABDC
Text Example
Text Example
White with #BFABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABDC; }
p { color: rgb(191,171,220); }
H1.HeaderClassName
{
color: #BFABDC;
}
.AnyTagClassName
{
color: #BFABDC;
}
</style>
background-color css
<style>
a { background-color: #BFABDC; }
a { background-color: rgb(191,171,220); }
div.DivClassName
{
background-color: #BFABDC;
}
.BgClassName
{
background-color: #BFABDC;
}
</style>
border-color css
<style>
span { border-color: #BFABDC; }
span { border-color: rgb(191,171,220); }
td.TdClassName
{
border-color: #BFABDC;
}
.TagClassName
{
border-color: #BFABDC;
}
</style>