Shades of Perfume #BFA7D4
Tints of Perfume #BFA7D4
RGB
CMYK
RGB Variations
Color information
#BFA7D4 (or 0xBFA7D4) is known color: Perfume. HEX triplet: BF, A7 and D4. RGB value is (191,167,212). Sum of RGB (Red+Green+Blue) = 191+167+212=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA7D4 is #40582B. Grayscale: #B3B3B3. Windows color (decimal): -4216876 or 13936575. OLE color: 13936575.
HSL color Cylindrical-coordinate representation of color #BFA7D4: hue angle of 272º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA7D4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 167 | 212 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.17 |
| HSL | 272º | 0.34% | 0.74% | - |
| HSV(B) | 272º | 0.21% | 0.83% | - |
| XYZ | 47.19 | 43.47 | 68.19 | - |
| YUV | 179.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 212 | 0.10 | 0.21 | 0 | 0.17 | 272 | 0.34 | 0.74 |
| Hex | BF | A7 | D4 | A | 15 | 0 | 11 | 110 | 22 | 4A |
| Octal | 277 | 247 | 324 | 12 | 25 | 0 | 21 | 420 | 42 | 112 |
| Binary | 10111111 | 10100111 | 11010100 | 1010 | 10101 | 0 | 10001 | 100010000 | 100010 | 1001010 |
Color Harmonies of #BFA7D4
Complementary color
Monochromatic Colors of #BFA7D4
Black with #BFA7D4
Text Example
Text Example
White with #BFA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA7D4; }
p { color: rgb(191,167,212); }
H1.HeaderClassName
{
color: #BFA7D4;
}
.AnyTagClassName
{
color: #BFA7D4;
}
</style>
background-color css
<style>
a { background-color: #BFA7D4; }
a { background-color: rgb(191,167,212); }
div.DivClassName
{
background-color: #BFA7D4;
}
.BgClassName
{
background-color: #BFA7D4;
}
</style>
border-color css
<style>
span { border-color: #BFA7D4; }
span { border-color: rgb(191,167,212); }
td.TdClassName
{
border-color: #BFA7D4;
}
.TagClassName
{
border-color: #BFA7D4;
}
</style>