Shades of Perfume #BFA3E5
Tints of Perfume #BFA3E5
RGB
CMYK
RGB Variations
Color information
#BFA3E5 (or 0xBFA3E5) is known color: Perfume. HEX triplet: BF, A3 and E5. RGB value is (191,163,229). Sum of RGB (Red+Green+Blue) = 191+163+229=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA3E5 is #405C1A. Grayscale: #B2B2B2. Windows color (decimal): -4217883 or 15049663. OLE color: 15049663.
HSL color Cylindrical-coordinate representation of color #BFA3E5: hue angle of 265.45º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA3E5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 163 | 229 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.10 |
| HSL | 265.45º | 0.56% | 0.77% | - |
| HSV(B) | 265.45º | 0.29% | 0.9% | - |
| XYZ | 48.73 | 42.93 | 79.85 | - |
| YUV | 178.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 229 | 0.17 | 0.29 | 0 | 0.10 | 265.45 | 0.56 | 0.77 |
| Hex | BF | A3 | E5 | 11 | 1D | 0 | A | 109 | 38 | 4D |
| Octal | 277 | 243 | 345 | 21 | 35 | 0 | 12 | 411 | 70 | 115 |
| Binary | 10111111 | 10100011 | 11100101 | 10001 | 11101 | 0 | 1010 | 100001001 | 111000 | 1001101 |
Color Harmonies of #BFA3E5
Complementary color
Monochromatic Colors of #BFA3E5
Black with #BFA3E5
Text Example
Text Example
White with #BFA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA3E5; }
p { color: rgb(191,163,229); }
H1.HeaderClassName
{
color: #BFA3E5;
}
.AnyTagClassName
{
color: #BFA3E5;
}
</style>
background-color css
<style>
a { background-color: #BFA3E5; }
a { background-color: rgb(191,163,229); }
div.DivClassName
{
background-color: #BFA3E5;
}
.BgClassName
{
background-color: #BFA3E5;
}
</style>
border-color css
<style>
span { border-color: #BFA3E5; }
span { border-color: rgb(191,163,229); }
td.TdClassName
{
border-color: #BFA3E5;
}
.TagClassName
{
border-color: #BFA3E5;
}
</style>