Shades of Perfume #BFA3D4
Tints of Perfume #BFA3D4
RGB
CMYK
RGB Variations
Color information
#BFA3D4 (or 0xBFA3D4) is known color: Perfume. HEX triplet: BF, A3 and D4. RGB value is (191,163,212). Sum of RGB (Red+Green+Blue) = 191+163+212=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFA3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3D4 is #405C2B. Grayscale: #B0B0B0. Windows color (decimal): -4217900 or 13935551. OLE color: 13935551.
HSL color Cylindrical-coordinate representation of color #BFA3D4: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA3D4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 163 | 212 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.17 |
| HSL | 274.29º | 0.36% | 0.74% | - |
| HSV(B) | 274.29º | 0.23% | 0.83% | - |
| XYZ | 46.47 | 42.02 | 67.95 | - |
| YUV | 176.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 212 | 0.10 | 0.23 | 0 | 0.17 | 274.29 | 0.36 | 0.74 |
| Hex | BF | A3 | D4 | A | 17 | 0 | 11 | 112 | 24 | 4A |
| Octal | 277 | 243 | 324 | 12 | 27 | 0 | 21 | 422 | 44 | 112 |
| Binary | 10111111 | 10100011 | 11010100 | 1010 | 10111 | 0 | 10001 | 100010010 | 100100 | 1001010 |
Color Harmonies of #BFA3D4
Complementary color
Monochromatic Colors of #BFA3D4
Black with #BFA3D4
Text Example
Text Example
White with #BFA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3D4; }
p { color: rgb(191,163,212); }
H1.HeaderClassName
{
color: #BFA3D4;
}
.AnyTagClassName
{
color: #BFA3D4;
}
</style>
background-color css
<style>
a { background-color: #BFA3D4; }
a { background-color: rgb(191,163,212); }
div.DivClassName
{
background-color: #BFA3D4;
}
.BgClassName
{
background-color: #BFA3D4;
}
</style>
border-color css
<style>
span { border-color: #BFA3D4; }
span { border-color: rgb(191,163,212); }
td.TdClassName
{
border-color: #BFA3D4;
}
.TagClassName
{
border-color: #BFA3D4;
}
</style>