Shades of Perfume #BF99E7
Tints of Perfume #BF99E7
RGB
CMYK
RGB Variations
Color information
#BF99E7 (or 0xBF99E7) is known color: Perfume. HEX triplet: BF, 99 and E7. RGB value is (191,153,231). Sum of RGB (Red+Green+Blue) = 191+153+231=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF99E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99E7 is #406618. Grayscale: #ACACAC. Windows color (decimal): -4220441 or 15178175. OLE color: 15178175.
HSL color Cylindrical-coordinate representation of color #BF99E7: hue angle of 269.23º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF99E7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 153 | 231 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.09 |
| HSL | 269.23º | 0.62% | 0.75% | - |
| HSV(B) | 269.23º | 0.34% | 0.91% | - |
| XYZ | 47.3 | 39.63 | 80.76 | - |
| YUV | 173.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 231 | 0.17 | 0.34 | 0 | 0.09 | 269.23 | 0.62 | 0.75 |
| Hex | BF | 99 | E7 | 11 | 22 | 0 | 9 | 10D | 3E | 4B |
| Octal | 277 | 231 | 347 | 21 | 42 | 0 | 11 | 415 | 76 | 113 |
| Binary | 10111111 | 10011001 | 11100111 | 10001 | 100010 | 0 | 1001 | 100001101 | 111110 | 1001011 |
Color Harmonies of #BF99E7
Complementary color
Monochromatic Colors of #BF99E7
Black with #BF99E7
Text Example
Text Example
White with #BF99E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99E7; }
p { color: rgb(191,153,231); }
H1.HeaderClassName
{
color: #BF99E7;
}
.AnyTagClassName
{
color: #BF99E7;
}
</style>
background-color css
<style>
a { background-color: #BF99E7; }
a { background-color: rgb(191,153,231); }
div.DivClassName
{
background-color: #BF99E7;
}
.BgClassName
{
background-color: #BF99E7;
}
</style>
border-color css
<style>
span { border-color: #BF99E7; }
span { border-color: rgb(191,153,231); }
td.TdClassName
{
border-color: #BF99E7;
}
.TagClassName
{
border-color: #BF99E7;
}
</style>