Shades of Perfume #BFA8D7
Tints of Perfume #BFA8D7
RGB
CMYK
RGB Variations
Color information
#BFA8D7 (or 0xBFA8D7) is known color: Perfume. HEX triplet: BF, A8 and D7. RGB value is (191,168,215). Sum of RGB (Red+Green+Blue) = 191+168+215=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8D7 is #405728. Grayscale: #B4B4B4. Windows color (decimal): -4216617 or 14133439. OLE color: 14133439.
HSL color Cylindrical-coordinate representation of color #BFA8D7: hue angle of 269.36º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA8D7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 168 | 215 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.16 |
| HSL | 269.36º | 0.37% | 0.75% | - |
| HSV(B) | 269.36º | 0.22% | 0.84% | - |
| XYZ | 47.75 | 43.99 | 70.26 | - |
| YUV | 180.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 215 | 0.11 | 0.22 | 0 | 0.16 | 269.36 | 0.37 | 0.75 |
| Hex | BF | A8 | D7 | B | 16 | 0 | 10 | 10D | 25 | 4B |
| Octal | 277 | 250 | 327 | 13 | 26 | 0 | 20 | 415 | 45 | 113 |
| Binary | 10111111 | 10101000 | 11010111 | 1011 | 10110 | 0 | 10000 | 100001101 | 100101 | 1001011 |
Color Harmonies of #BFA8D7
Complementary color
Monochromatic Colors of #BFA8D7
Black with #BFA8D7
Text Example
Text Example
White with #BFA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8D7; }
p { color: rgb(191,168,215); }
H1.HeaderClassName
{
color: #BFA8D7;
}
.AnyTagClassName
{
color: #BFA8D7;
}
</style>
background-color css
<style>
a { background-color: #BFA8D7; }
a { background-color: rgb(191,168,215); }
div.DivClassName
{
background-color: #BFA8D7;
}
.BgClassName
{
background-color: #BFA8D7;
}
</style>
border-color css
<style>
span { border-color: #BFA8D7; }
span { border-color: rgb(191,168,215); }
td.TdClassName
{
border-color: #BFA8D7;
}
.TagClassName
{
border-color: #BFA8D7;
}
</style>