Shades of Perfume #BC91E9
Tints of Perfume #BC91E9
RGB
CMYK
RGB Variations
Color information
#BC91E9 (or 0xBC91E9) is known color: Perfume. HEX triplet: BC, 91 and E9. RGB value is (188,145,233). Sum of RGB (Red+Green+Blue) = 188+145+233=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91E9 is #436E16. Grayscale: #A7A7A7. Windows color (decimal): -4419095 or 15307196. OLE color: 15307196.
HSL color Cylindrical-coordinate representation of color #BC91E9: hue angle of 269.32º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC91E9 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 145 | 233 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.09 |
| HSL | 269.32º | 0.67% | 0.74% | - |
| HSV(B) | 269.32º | 0.38% | 0.91% | - |
| XYZ | 45.57 | 36.83 | 81.8 | - |
| YUV | 167.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 233 | 0.19 | 0.38 | 0 | 0.09 | 269.32 | 0.67 | 0.74 |
| Hex | BC | 91 | E9 | 13 | 26 | 0 | 9 | 10D | 43 | 4A |
| Octal | 274 | 221 | 351 | 23 | 46 | 0 | 11 | 415 | 103 | 112 |
| Binary | 10111100 | 10010001 | 11101001 | 10011 | 100110 | 0 | 1001 | 100001101 | 1000011 | 1001010 |
Color Harmonies of #BC91E9
Complementary color
Monochromatic Colors of #BC91E9
Black with #BC91E9
Text Example
Text Example
White with #BC91E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91E9; }
p { color: rgb(188,145,233); }
H1.HeaderClassName
{
color: #BC91E9;
}
.AnyTagClassName
{
color: #BC91E9;
}
</style>
background-color css
<style>
a { background-color: #BC91E9; }
a { background-color: rgb(188,145,233); }
div.DivClassName
{
background-color: #BC91E9;
}
.BgClassName
{
background-color: #BC91E9;
}
</style>
border-color css
<style>
span { border-color: #BC91E9; }
span { border-color: rgb(188,145,233); }
td.TdClassName
{
border-color: #BC91E9;
}
.TagClassName
{
border-color: #BC91E9;
}
</style>