Shades of Perfume #BFA2DB
Tints of Perfume #BFA2DB
RGB
CMYK
RGB Variations
Color information
#BFA2DB (or 0xBFA2DB) is known color: Perfume. HEX triplet: BF, A2 and DB. RGB value is (191,162,219). Sum of RGB (Red+Green+Blue) = 191+162+219=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2DB is #405D24. Grayscale: #B0B0B0. Windows color (decimal): -4218149 or 14394047. OLE color: 14394047.
HSL color Cylindrical-coordinate representation of color #BFA2DB: hue angle of 270.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFA2DB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 162 | 219 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.14 |
| HSL | 270.53º | 0.44% | 0.75% | - |
| HSV(B) | 270.53º | 0.26% | 0.86% | - |
| XYZ | 47.19 | 42.03 | 72.64 | - |
| YUV | 177.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 219 | 0.13 | 0.26 | 0 | 0.14 | 270.53 | 0.44 | 0.75 |
| Hex | BF | A2 | DB | D | 1A | 0 | E | 10F | 2C | 4B |
| Octal | 277 | 242 | 333 | 15 | 32 | 0 | 16 | 417 | 54 | 113 |
| Binary | 10111111 | 10100010 | 11011011 | 1101 | 11010 | 0 | 1110 | 100001111 | 101100 | 1001011 |
Color Harmonies of #BFA2DB
Complementary color
Monochromatic Colors of #BFA2DB
Black with #BFA2DB
Text Example
Text Example
White with #BFA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA2DB; }
p { color: rgb(191,162,219); }
H1.HeaderClassName
{
color: #BFA2DB;
}
.AnyTagClassName
{
color: #BFA2DB;
}
</style>
background-color css
<style>
a { background-color: #BFA2DB; }
a { background-color: rgb(191,162,219); }
div.DivClassName
{
background-color: #BFA2DB;
}
.BgClassName
{
background-color: #BFA2DB;
}
</style>
border-color css
<style>
span { border-color: #BFA2DB; }
span { border-color: rgb(191,162,219); }
td.TdClassName
{
border-color: #BFA2DB;
}
.TagClassName
{
border-color: #BFA2DB;
}
</style>