Shades of Perfume #BFA5E5
Tints of Perfume #BFA5E5
RGB
CMYK
RGB Variations
Color information
#BFA5E5 (or 0xBFA5E5) is known color: Perfume. HEX triplet: BF, A5 and E5. RGB value is (191,165,229). Sum of RGB (Red+Green+Blue) = 191+165+229=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFA5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5E5 is #405A1A. Grayscale: #B3B3B3. Windows color (decimal): -4217371 or 15050175. OLE color: 15050175.
HSL color Cylindrical-coordinate representation of color #BFA5E5: hue angle of 264.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA5E5 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 165 | 229 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.10 |
| HSL | 264.38º | 0.55% | 0.77% | - |
| HSV(B) | 264.38º | 0.28% | 0.9% | - |
| XYZ | 49.08 | 43.64 | 79.97 | - |
| YUV | 180.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 229 | 0.17 | 0.28 | 0 | 0.10 | 264.38 | 0.55 | 0.77 |
| Hex | BF | A5 | E5 | 11 | 1C | 0 | A | 108 | 37 | 4D |
| Octal | 277 | 245 | 345 | 21 | 34 | 0 | 12 | 410 | 67 | 115 |
| Binary | 10111111 | 10100101 | 11100101 | 10001 | 11100 | 0 | 1010 | 100001000 | 110111 | 1001101 |
Color Harmonies of #BFA5E5
Complementary color
Monochromatic Colors of #BFA5E5
Black with #BFA5E5
Text Example
Text Example
White with #BFA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5E5; }
p { color: rgb(191,165,229); }
H1.HeaderClassName
{
color: #BFA5E5;
}
.AnyTagClassName
{
color: #BFA5E5;
}
</style>
background-color css
<style>
a { background-color: #BFA5E5; }
a { background-color: rgb(191,165,229); }
div.DivClassName
{
background-color: #BFA5E5;
}
.BgClassName
{
background-color: #BFA5E5;
}
</style>
border-color css
<style>
span { border-color: #BFA5E5; }
span { border-color: rgb(191,165,229); }
td.TdClassName
{
border-color: #BFA5E5;
}
.TagClassName
{
border-color: #BFA5E5;
}
</style>