Shades of Perfume #BFA8D1
Tints of Perfume #BFA8D1
RGB
CMYK
RGB Variations
Color information
#BFA8D1 (or 0xBFA8D1) is known color: Perfume. HEX triplet: BF, A8 and D1. RGB value is (191,168,209). Sum of RGB (Red+Green+Blue) = 191+168+209=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8D1 is #40572E. Grayscale: #B3B3B3. Windows color (decimal): -4216623 or 13740223. OLE color: 13740223.
HSL color Cylindrical-coordinate representation of color #BFA8D1: hue angle of 273.66º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA8D1 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 168 | 209 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.18 |
| HSL | 273.66º | 0.31% | 0.74% | - |
| HSV(B) | 273.66º | 0.2% | 0.82% | - |
| XYZ | 47 | 43.69 | 66.28 | - |
| YUV | 179.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 209 | 0.09 | 0.20 | 0 | 0.18 | 273.66 | 0.31 | 0.74 |
| Hex | BF | A8 | D1 | 9 | 14 | 0 | 12 | 112 | 1F | 4A |
| Octal | 277 | 250 | 321 | 11 | 24 | 0 | 22 | 422 | 37 | 112 |
| Binary | 10111111 | 10101000 | 11010001 | 1001 | 10100 | 0 | 10010 | 100010010 | 11111 | 1001010 |
Color Harmonies of #BFA8D1
Complementary color
Monochromatic Colors of #BFA8D1
Black with #BFA8D1
Text Example
Text Example
White with #BFA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8D1; }
p { color: rgb(191,168,209); }
H1.HeaderClassName
{
color: #BFA8D1;
}
.AnyTagClassName
{
color: #BFA8D1;
}
</style>
background-color css
<style>
a { background-color: #BFA8D1; }
a { background-color: rgb(191,168,209); }
div.DivClassName
{
background-color: #BFA8D1;
}
.BgClassName
{
background-color: #BFA8D1;
}
</style>
border-color css
<style>
span { border-color: #BFA8D1; }
span { border-color: rgb(191,168,209); }
td.TdClassName
{
border-color: #BFA8D1;
}
.TagClassName
{
border-color: #BFA8D1;
}
</style>