Shades of Perfume #BFABD2
Tints of Perfume #BFABD2
RGB
CMYK
RGB Variations
Color information
#BFABD2 (or 0xBFABD2) is known color: Perfume. HEX triplet: BF, AB and D2. RGB value is (191,171,210). Sum of RGB (Red+Green+Blue) = 191+171+210=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABD2 is #40542D. Grayscale: #B5B5B5. Windows color (decimal): -4215854 or 13806527. OLE color: 13806527.
HSL color Cylindrical-coordinate representation of color #BFABD2: hue angle of 270.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFABD2 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 171 | 210 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.18 |
| HSL | 270.77º | 0.3% | 0.75% | - |
| HSV(B) | 270.77º | 0.19% | 0.82% | - |
| XYZ | 47.68 | 44.86 | 67.12 | - |
| YUV | 181.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 210 | 0.09 | 0.19 | 0 | 0.18 | 270.77 | 0.3 | 0.75 |
| Hex | BF | AB | D2 | 9 | 13 | 0 | 12 | 10F | 1E | 4B |
| Octal | 277 | 253 | 322 | 11 | 23 | 0 | 22 | 417 | 36 | 113 |
| Binary | 10111111 | 10101011 | 11010010 | 1001 | 10011 | 0 | 10010 | 100001111 | 11110 | 1001011 |
Color Harmonies of #BFABD2
Complementary color
Monochromatic Colors of #BFABD2
Black with #BFABD2
Text Example
Text Example
White with #BFABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABD2; }
p { color: rgb(191,171,210); }
H1.HeaderClassName
{
color: #BFABD2;
}
.AnyTagClassName
{
color: #BFABD2;
}
</style>
background-color css
<style>
a { background-color: #BFABD2; }
a { background-color: rgb(191,171,210); }
div.DivClassName
{
background-color: #BFABD2;
}
.BgClassName
{
background-color: #BFABD2;
}
</style>
border-color css
<style>
span { border-color: #BFABD2; }
span { border-color: rgb(191,171,210); }
td.TdClassName
{
border-color: #BFABD2;
}
.TagClassName
{
border-color: #BFABD2;
}
</style>