Shades of Perfume #BFA3D0
Tints of Perfume #BFA3D0
RGB
CMYK
RGB Variations
Color information
#BFA3D0 (or 0xBFA3D0) is known color: Perfume. HEX triplet: BF, A3 and D0. RGB value is (191,163,208). Sum of RGB (Red+Green+Blue) = 191+163+208=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3D0 is #405C2F. Grayscale: #B0B0B0. Windows color (decimal): -4217904 or 13673407. OLE color: 13673407.
HSL color Cylindrical-coordinate representation of color #BFA3D0: hue angle of 277.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA3D0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 163 | 208 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.18 |
| HSL | 277.33º | 0.32% | 0.73% | - |
| HSV(B) | 277.33º | 0.22% | 0.82% | - |
| XYZ | 45.97 | 41.82 | 65.32 | - |
| YUV | 176.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 208 | 0.08 | 0.22 | 0 | 0.18 | 277.33 | 0.32 | 0.73 |
| Hex | BF | A3 | D0 | 8 | 16 | 0 | 12 | 115 | 20 | 49 |
| Octal | 277 | 243 | 320 | 10 | 26 | 0 | 22 | 425 | 40 | 111 |
| Binary | 10111111 | 10100011 | 11010000 | 1000 | 10110 | 0 | 10010 | 100010101 | 100000 | 1001001 |
Color Harmonies of #BFA3D0
Complementary color
Monochromatic Colors of #BFA3D0
Black with #BFA3D0
Text Example
Text Example
White with #BFA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3D0; }
p { color: rgb(191,163,208); }
H1.HeaderClassName
{
color: #BFA3D0;
}
.AnyTagClassName
{
color: #BFA3D0;
}
</style>
background-color css
<style>
a { background-color: #BFA3D0; }
a { background-color: rgb(191,163,208); }
div.DivClassName
{
background-color: #BFA3D0;
}
.BgClassName
{
background-color: #BFA3D0;
}
</style>
border-color css
<style>
span { border-color: #BFA3D0; }
span { border-color: rgb(191,163,208); }
td.TdClassName
{
border-color: #BFA3D0;
}
.TagClassName
{
border-color: #BFA3D0;
}
</style>