Shades of Perfume #BFABDA
Tints of Perfume #BFABDA
RGB
CMYK
RGB Variations
Color information
#BFABDA (or 0xBFABDA) is known color: Perfume. HEX triplet: BF, AB and DA. RGB value is (191,171,218). Sum of RGB (Red+Green+Blue) = 191+171+218=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABDA is #405425. Grayscale: #B6B6B6. Windows color (decimal): -4215846 or 14330815. OLE color: 14330815.
HSL color Cylindrical-coordinate representation of color #BFABDA: hue angle of 265.53º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFABDA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 171 | 218 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.15 |
| HSL | 265.53º | 0.39% | 0.76% | - |
| HSV(B) | 265.53º | 0.22% | 0.85% | - |
| XYZ | 48.7 | 45.26 | 72.5 | - |
| YUV | 182.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 218 | 0.12 | 0.22 | 0 | 0.15 | 265.53 | 0.39 | 0.76 |
| Hex | BF | AB | DA | C | 16 | 0 | F | 10A | 27 | 4C |
| Octal | 277 | 253 | 332 | 14 | 26 | 0 | 17 | 412 | 47 | 114 |
| Binary | 10111111 | 10101011 | 11011010 | 1100 | 10110 | 0 | 1111 | 100001010 | 100111 | 1001100 |
Color Harmonies of #BFABDA
Complementary color
Monochromatic Colors of #BFABDA
Black with #BFABDA
Text Example
Text Example
White with #BFABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABDA; }
p { color: rgb(191,171,218); }
H1.HeaderClassName
{
color: #BFABDA;
}
.AnyTagClassName
{
color: #BFABDA;
}
</style>
background-color css
<style>
a { background-color: #BFABDA; }
a { background-color: rgb(191,171,218); }
div.DivClassName
{
background-color: #BFABDA;
}
.BgClassName
{
background-color: #BFABDA;
}
</style>
border-color css
<style>
span { border-color: #BFABDA; }
span { border-color: rgb(191,171,218); }
td.TdClassName
{
border-color: #BFABDA;
}
.TagClassName
{
border-color: #BFABDA;
}
</style>