Shades of Perfume #BC91FE
Tints of Perfume #BC91FE
RGB
CMYK
RGB Variations
Color information
#BC91FE (or 0xBC91FE) is known color: Perfume. HEX triplet: BC, 91 and FE. RGB value is (188,145,254). Sum of RGB (Red+Green+Blue) = 188+145+254=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91FE is #436E01. Grayscale: #A9A9A9. Windows color (decimal): -4419074 or 16683452. OLE color: 16683452.
HSL color Cylindrical-coordinate representation of color #BC91FE: hue angle of 263.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC91FE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 145 | 254 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.00 |
| HSL | 263.67º | 0.98% | 0.78% | - |
| HSV(B) | 263.67º | 0.43% | 1% | - |
| XYZ | 48.75 | 38.1 | 98.55 | - |
| YUV | 170.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 254 | 0.26 | 0.43 | 0 | 0.00 | 263.67 | 0.98 | 0.78 |
| Hex | BC | 91 | FE | 1A | 2B | 0 | 0 | 108 | 62 | 4E |
| Octal | 274 | 221 | 376 | 32 | 53 | 0 | 0 | 410 | 142 | 116 |
| Binary | 10111100 | 10010001 | 11111110 | 11010 | 101011 | 0 | 0 | 100001000 | 1100010 | 1001110 |
Color Harmonies of #BC91FE
Complementary color
Monochromatic Colors of #BC91FE
Black with #BC91FE
Text Example
Text Example
White with #BC91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91FE; }
p { color: rgb(188,145,254); }
H1.HeaderClassName
{
color: #BC91FE;
}
.AnyTagClassName
{
color: #BC91FE;
}
</style>
background-color css
<style>
a { background-color: #BC91FE; }
a { background-color: rgb(188,145,254); }
div.DivClassName
{
background-color: #BC91FE;
}
.BgClassName
{
background-color: #BC91FE;
}
</style>
border-color css
<style>
span { border-color: #BC91FE; }
span { border-color: rgb(188,145,254); }
td.TdClassName
{
border-color: #BC91FE;
}
.TagClassName
{
border-color: #BC91FE;
}
</style>