Shades of Perfume #BFA9D0
Tints of Perfume #BFA9D0
RGB
CMYK
RGB Variations
Color information
#BFA9D0 (or 0xBFA9D0) is known color: Perfume. HEX triplet: BF, A9 and D0. RGB value is (191,169,208). Sum of RGB (Red+Green+Blue) = 191+169+208=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9D0 is #40562F. Grayscale: #B3B3B3. Windows color (decimal): -4216368 or 13674943. OLE color: 13674943.
HSL color Cylindrical-coordinate representation of color #BFA9D0: hue angle of 273.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA9D0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 169 | 208 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.18 |
| HSL | 273.85º | 0.29% | 0.74% | - |
| HSV(B) | 273.85º | 0.19% | 0.82% | - |
| XYZ | 47.06 | 44.01 | 65.69 | - |
| YUV | 180.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 208 | 0.08 | 0.19 | 0 | 0.18 | 273.85 | 0.29 | 0.74 |
| Hex | BF | A9 | D0 | 8 | 13 | 0 | 12 | 112 | 1D | 4A |
| Octal | 277 | 251 | 320 | 10 | 23 | 0 | 22 | 422 | 35 | 112 |
| Binary | 10111111 | 10101001 | 11010000 | 1000 | 10011 | 0 | 10010 | 100010010 | 11101 | 1001010 |
Color Harmonies of #BFA9D0
Complementary color
Monochromatic Colors of #BFA9D0
Black with #BFA9D0
Text Example
Text Example
White with #BFA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9D0; }
p { color: rgb(191,169,208); }
H1.HeaderClassName
{
color: #BFA9D0;
}
.AnyTagClassName
{
color: #BFA9D0;
}
</style>
background-color css
<style>
a { background-color: #BFA9D0; }
a { background-color: rgb(191,169,208); }
div.DivClassName
{
background-color: #BFA9D0;
}
.BgClassName
{
background-color: #BFA9D0;
}
</style>
border-color css
<style>
span { border-color: #BFA9D0; }
span { border-color: rgb(191,169,208); }
td.TdClassName
{
border-color: #BFA9D0;
}
.TagClassName
{
border-color: #BFA9D0;
}
</style>