Shades of Perfume #BFA5D0
Tints of Perfume #BFA5D0
RGB
CMYK
RGB Variations
Color information
#BFA5D0 (or 0xBFA5D0) is known color: Perfume. HEX triplet: BF, A5 and D0. RGB value is (191,165,208). Sum of RGB (Red+Green+Blue) = 191+165+208=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5D0 is #405A2F. Grayscale: #B1B1B1. Windows color (decimal): -4217392 or 13673919. OLE color: 13673919.
HSL color Cylindrical-coordinate representation of color #BFA5D0: hue angle of 276.28º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA5D0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 165 | 208 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.18 |
| HSL | 276.28º | 0.31% | 0.73% | - |
| HSV(B) | 276.28º | 0.21% | 0.82% | - |
| XYZ | 46.33 | 42.54 | 65.44 | - |
| YUV | 177.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 208 | 0.08 | 0.21 | 0 | 0.18 | 276.28 | 0.31 | 0.73 |
| Hex | BF | A5 | D0 | 8 | 15 | 0 | 12 | 114 | 1F | 49 |
| Octal | 277 | 245 | 320 | 10 | 25 | 0 | 22 | 424 | 37 | 111 |
| Binary | 10111111 | 10100101 | 11010000 | 1000 | 10101 | 0 | 10010 | 100010100 | 11111 | 1001001 |
Color Harmonies of #BFA5D0
Complementary color
Monochromatic Colors of #BFA5D0
Black with #BFA5D0
Text Example
Text Example
White with #BFA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5D0; }
p { color: rgb(191,165,208); }
H1.HeaderClassName
{
color: #BFA5D0;
}
.AnyTagClassName
{
color: #BFA5D0;
}
</style>
background-color css
<style>
a { background-color: #BFA5D0; }
a { background-color: rgb(191,165,208); }
div.DivClassName
{
background-color: #BFA5D0;
}
.BgClassName
{
background-color: #BFA5D0;
}
</style>
border-color css
<style>
span { border-color: #BFA5D0; }
span { border-color: rgb(191,165,208); }
td.TdClassName
{
border-color: #BFA5D0;
}
.TagClassName
{
border-color: #BFA5D0;
}
</style>