Shades of Perfume #BFA8D5
Tints of Perfume #BFA8D5
RGB
CMYK
RGB Variations
Color information
#BFA8D5 (or 0xBFA8D5) is known color: Perfume. HEX triplet: BF, A8 and D5. RGB value is (191,168,213). Sum of RGB (Red+Green+Blue) = 191+168+213=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8D5 is #40572A. Grayscale: #B3B3B3. Windows color (decimal): -4216619 or 14002367. OLE color: 14002367.
HSL color Cylindrical-coordinate representation of color #BFA8D5: hue angle of 270.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA8D5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 168 | 213 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.16 |
| HSL | 270.67º | 0.35% | 0.75% | - |
| HSV(B) | 270.67º | 0.21% | 0.84% | - |
| XYZ | 47.5 | 43.89 | 68.92 | - |
| YUV | 180.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 213 | 0.10 | 0.21 | 0 | 0.16 | 270.67 | 0.35 | 0.75 |
| Hex | BF | A8 | D5 | A | 15 | 0 | 10 | 10F | 23 | 4B |
| Octal | 277 | 250 | 325 | 12 | 25 | 0 | 20 | 417 | 43 | 113 |
| Binary | 10111111 | 10101000 | 11010101 | 1010 | 10101 | 0 | 10000 | 100001111 | 100011 | 1001011 |
Color Harmonies of #BFA8D5
Complementary color
Monochromatic Colors of #BFA8D5
Black with #BFA8D5
Text Example
Text Example
White with #BFA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8D5; }
p { color: rgb(191,168,213); }
H1.HeaderClassName
{
color: #BFA8D5;
}
.AnyTagClassName
{
color: #BFA8D5;
}
</style>
background-color css
<style>
a { background-color: #BFA8D5; }
a { background-color: rgb(191,168,213); }
div.DivClassName
{
background-color: #BFA8D5;
}
.BgClassName
{
background-color: #BFA8D5;
}
</style>
border-color css
<style>
span { border-color: #BFA8D5; }
span { border-color: rgb(191,168,213); }
td.TdClassName
{
border-color: #BFA8D5;
}
.TagClassName
{
border-color: #BFA8D5;
}
</style>