Shades of Perfume #BFA8D4
Tints of Perfume #BFA8D4
RGB
CMYK
RGB Variations
Color information
#BFA8D4 (or 0xBFA8D4) is known color: Perfume. HEX triplet: BF, A8 and D4. RGB value is (191,168,212). Sum of RGB (Red+Green+Blue) = 191+168+212=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8D4 is #40572B. Grayscale: #B3B3B3. Windows color (decimal): -4216620 or 13936831. OLE color: 13936831.
HSL color Cylindrical-coordinate representation of color #BFA8D4: hue angle of 271.36º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA8D4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 168 | 212 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.17 |
| HSL | 271.36º | 0.34% | 0.75% | - |
| HSV(B) | 271.36º | 0.21% | 0.83% | - |
| XYZ | 47.37 | 43.84 | 68.25 | - |
| YUV | 179.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 212 | 0.10 | 0.21 | 0 | 0.17 | 271.36 | 0.34 | 0.75 |
| Hex | BF | A8 | D4 | A | 15 | 0 | 11 | 10F | 22 | 4B |
| Octal | 277 | 250 | 324 | 12 | 25 | 0 | 21 | 417 | 42 | 113 |
| Binary | 10111111 | 10101000 | 11010100 | 1010 | 10101 | 0 | 10001 | 100001111 | 100010 | 1001011 |
Color Harmonies of #BFA8D4
Complementary color
Monochromatic Colors of #BFA8D4
Black with #BFA8D4
Text Example
Text Example
White with #BFA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA8D4; }
p { color: rgb(191,168,212); }
H1.HeaderClassName
{
color: #BFA8D4;
}
.AnyTagClassName
{
color: #BFA8D4;
}
</style>
background-color css
<style>
a { background-color: #BFA8D4; }
a { background-color: rgb(191,168,212); }
div.DivClassName
{
background-color: #BFA8D4;
}
.BgClassName
{
background-color: #BFA8D4;
}
</style>
border-color css
<style>
span { border-color: #BFA8D4; }
span { border-color: rgb(191,168,212); }
td.TdClassName
{
border-color: #BFA8D4;
}
.TagClassName
{
border-color: #BFA8D4;
}
</style>