Shades of Perfume #BF99E1
Tints of Perfume #BF99E1
RGB
CMYK
RGB Variations
Color information
#BF99E1 (or 0xBF99E1) is known color: Perfume. HEX triplet: BF, 99 and E1. RGB value is (191,153,225). Sum of RGB (Red+Green+Blue) = 191+153+225=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99E1 is #40661E. Grayscale: #ACACAC. Windows color (decimal): -4220447 or 14784959. OLE color: 14784959.
HSL color Cylindrical-coordinate representation of color #BF99E1: hue angle of 271.67º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF99E1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 153 | 225 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.12 |
| HSL | 271.67º | 0.55% | 0.74% | - |
| HSV(B) | 271.67º | 0.32% | 0.88% | - |
| XYZ | 46.47 | 39.3 | 76.37 | - |
| YUV | 172.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 225 | 0.15 | 0.32 | 0 | 0.12 | 271.67 | 0.55 | 0.74 |
| Hex | BF | 99 | E1 | F | 20 | 0 | C | 110 | 37 | 4A |
| Octal | 277 | 231 | 341 | 17 | 40 | 0 | 14 | 420 | 67 | 112 |
| Binary | 10111111 | 10011001 | 11100001 | 1111 | 100000 | 0 | 1100 | 100010000 | 110111 | 1001010 |
Color Harmonies of #BF99E1
Complementary color
Monochromatic Colors of #BF99E1
Black with #BF99E1
Text Example
Text Example
White with #BF99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99E1; }
p { color: rgb(191,153,225); }
H1.HeaderClassName
{
color: #BF99E1;
}
.AnyTagClassName
{
color: #BF99E1;
}
</style>
background-color css
<style>
a { background-color: #BF99E1; }
a { background-color: rgb(191,153,225); }
div.DivClassName
{
background-color: #BF99E1;
}
.BgClassName
{
background-color: #BF99E1;
}
</style>
border-color css
<style>
span { border-color: #BF99E1; }
span { border-color: rgb(191,153,225); }
td.TdClassName
{
border-color: #BF99E1;
}
.TagClassName
{
border-color: #BF99E1;
}
</style>