Shades of Perfume #BFA1D8
Tints of Perfume #BFA1D8
RGB
CMYK
RGB Variations
Color information
#BFA1D8 (or 0xBFA1D8) is known color: Perfume. HEX triplet: BF, A1 and D8. RGB value is (191,161,216). Sum of RGB (Red+Green+Blue) = 191+161+216=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFA1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1D8 is #405E27. Grayscale: #B0B0B0. Windows color (decimal): -4218408 or 14197183. OLE color: 14197183.
HSL color Cylindrical-coordinate representation of color #BFA1D8: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA1D8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 161 | 216 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.15 |
| HSL | 272.73º | 0.41% | 0.74% | - |
| HSV(B) | 272.73º | 0.25% | 0.85% | - |
| XYZ | 46.63 | 41.52 | 70.52 | - |
| YUV | 176.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 216 | 0.12 | 0.25 | 0 | 0.15 | 272.73 | 0.41 | 0.74 |
| Hex | BF | A1 | D8 | C | 19 | 0 | F | 111 | 29 | 4A |
| Octal | 277 | 241 | 330 | 14 | 31 | 0 | 17 | 421 | 51 | 112 |
| Binary | 10111111 | 10100001 | 11011000 | 1100 | 11001 | 0 | 1111 | 100010001 | 101001 | 1001010 |
Color Harmonies of #BFA1D8
Complementary color
Monochromatic Colors of #BFA1D8
Black with #BFA1D8
Text Example
Text Example
White with #BFA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA1D8; }
p { color: rgb(191,161,216); }
H1.HeaderClassName
{
color: #BFA1D8;
}
.AnyTagClassName
{
color: #BFA1D8;
}
</style>
background-color css
<style>
a { background-color: #BFA1D8; }
a { background-color: rgb(191,161,216); }
div.DivClassName
{
background-color: #BFA1D8;
}
.BgClassName
{
background-color: #BFA1D8;
}
</style>
border-color css
<style>
span { border-color: #BFA1D8; }
span { border-color: rgb(191,161,216); }
td.TdClassName
{
border-color: #BFA1D8;
}
.TagClassName
{
border-color: #BFA1D8;
}
</style>