Shades of Perfume #BFABD3
Tints of Perfume #BFABD3
RGB
CMYK
RGB Variations
Color information
#BFABD3 (or 0xBFABD3) is known color: Perfume. HEX triplet: BF, AB and D3. RGB value is (191,171,211). Sum of RGB (Red+Green+Blue) = 191+171+211=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABD3 is #40542C. Grayscale: #B5B5B5. Windows color (decimal): -4215853 or 13872063. OLE color: 13872063.
HSL color Cylindrical-coordinate representation of color #BFABD3: hue angle of 270º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFABD3 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 171 | 211 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.17 |
| HSL | 270º | 0.31% | 0.75% | - |
| HSV(B) | 270º | 0.19% | 0.83% | - |
| XYZ | 47.81 | 44.91 | 67.78 | - |
| YUV | 181.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 211 | 0.09 | 0.19 | 0 | 0.17 | 270 | 0.31 | 0.75 |
| Hex | BF | AB | D3 | 9 | 13 | 0 | 11 | 10E | 1F | 4B |
| Octal | 277 | 253 | 323 | 11 | 23 | 0 | 21 | 416 | 37 | 113 |
| Binary | 10111111 | 10101011 | 11010011 | 1001 | 10011 | 0 | 10001 | 100001110 | 11111 | 1001011 |
Color Harmonies of #BFABD3
Complementary color
Monochromatic Colors of #BFABD3
Black with #BFABD3
Text Example
Text Example
White with #BFABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABD3; }
p { color: rgb(191,171,211); }
H1.HeaderClassName
{
color: #BFABD3;
}
.AnyTagClassName
{
color: #BFABD3;
}
</style>
background-color css
<style>
a { background-color: #BFABD3; }
a { background-color: rgb(191,171,211); }
div.DivClassName
{
background-color: #BFABD3;
}
.BgClassName
{
background-color: #BFABD3;
}
</style>
border-color css
<style>
span { border-color: #BFABD3; }
span { border-color: rgb(191,171,211); }
td.TdClassName
{
border-color: #BFABD3;
}
.TagClassName
{
border-color: #BFABD3;
}
</style>