Shades of Perfume #BFA8DF
Tints of Perfume #BFA8DF
RGB
CMYK
RGB Variations
Color information
#BFA8DF (or 0xBFA8DF) is known color: Perfume. HEX triplet: BF, A8 and DF. RGB value is (191,168,223). Sum of RGB (Red+Green+Blue) = 191+168+223=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8DF is #405720. Grayscale: #B4B4B4. Windows color (decimal): -4216609 or 14657727. OLE color: 14657727.
HSL color Cylindrical-coordinate representation of color #BFA8DF: hue angle of 265.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA8DF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 168 | 223 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.13 |
| HSL | 265.09º | 0.46% | 0.77% | - |
| HSV(B) | 265.09º | 0.25% | 0.87% | - |
| XYZ | 48.81 | 44.41 | 75.81 | - |
| YUV | 181.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 223 | 0.14 | 0.25 | 0 | 0.13 | 265.09 | 0.46 | 0.77 |
| Hex | BF | A8 | DF | E | 19 | 0 | D | 109 | 2E | 4D |
| Octal | 277 | 250 | 337 | 16 | 31 | 0 | 15 | 411 | 56 | 115 |
| Binary | 10111111 | 10101000 | 11011111 | 1110 | 11001 | 0 | 1101 | 100001001 | 101110 | 1001101 |
Color Harmonies of #BFA8DF
Complementary color
Monochromatic Colors of #BFA8DF
Black with #BFA8DF
Text Example
Text Example
White with #BFA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8DF; }
p { color: rgb(191,168,223); }
H1.HeaderClassName
{
color: #BFA8DF;
}
.AnyTagClassName
{
color: #BFA8DF;
}
</style>
background-color css
<style>
a { background-color: #BFA8DF; }
a { background-color: rgb(191,168,223); }
div.DivClassName
{
background-color: #BFA8DF;
}
.BgClassName
{
background-color: #BFA8DF;
}
</style>
border-color css
<style>
span { border-color: #BFA8DF; }
span { border-color: rgb(191,168,223); }
td.TdClassName
{
border-color: #BFA8DF;
}
.TagClassName
{
border-color: #BFA8DF;
}
</style>