Shades of Perfume #BC91F8
Tints of Perfume #BC91F8
RGB
CMYK
RGB Variations
Color information
#BC91F8 (or 0xBC91F8) is known color: Perfume. HEX triplet: BC, 91 and F8. RGB value is (188,145,248). Sum of RGB (Red+Green+Blue) = 188+145+248=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC91F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91F8 is #436E07. Grayscale: #A9A9A9. Windows color (decimal): -4419080 or 16290236. OLE color: 16290236.
HSL color Cylindrical-coordinate representation of color #BC91F8: hue angle of 265.05º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC91F8 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 145 | 248 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.03 |
| HSL | 265.05º | 0.88% | 0.77% | - |
| HSV(B) | 265.05º | 0.42% | 0.97% | - |
| XYZ | 47.81 | 37.72 | 93.57 | - |
| YUV | 169.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 248 | 0.24 | 0.42 | 0 | 0.03 | 265.05 | 0.88 | 0.77 |
| Hex | BC | 91 | F8 | 18 | 2A | 0 | 3 | 109 | 58 | 4D |
| Octal | 274 | 221 | 370 | 30 | 52 | 0 | 3 | 411 | 130 | 115 |
| Binary | 10111100 | 10010001 | 11111000 | 11000 | 101010 | 0 | 11 | 100001001 | 1011000 | 1001101 |
Color Harmonies of #BC91F8
Complementary color
Monochromatic Colors of #BC91F8
Black with #BC91F8
Text Example
Text Example
White with #BC91F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91F8; }
p { color: rgb(188,145,248); }
H1.HeaderClassName
{
color: #BC91F8;
}
.AnyTagClassName
{
color: #BC91F8;
}
</style>
background-color css
<style>
a { background-color: #BC91F8; }
a { background-color: rgb(188,145,248); }
div.DivClassName
{
background-color: #BC91F8;
}
.BgClassName
{
background-color: #BC91F8;
}
</style>
border-color css
<style>
span { border-color: #BC91F8; }
span { border-color: rgb(188,145,248); }
td.TdClassName
{
border-color: #BC91F8;
}
.TagClassName
{
border-color: #BC91F8;
}
</style>