Shades of Perfume #BC93FE
Tints of Perfume #BC93FE
RGB
CMYK
RGB Variations
Color information
#BC93FE (or 0xBC93FE) is known color: Perfume. HEX triplet: BC, 93 and FE. RGB value is (188,147,254). Sum of RGB (Red+Green+Blue) = 188+147+254=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93FE is #436C01. Grayscale: #ABABAB. Windows color (decimal): -4418562 or 16683964. OLE color: 16683964.
HSL color Cylindrical-coordinate representation of color #BC93FE: hue angle of 262.99º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC93FE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 147 | 254 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.00 |
| HSL | 262.99º | 0.98% | 0.79% | - |
| HSV(B) | 262.99º | 0.42% | 1% | - |
| XYZ | 49.06 | 38.71 | 98.65 | - |
| YUV | 171.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 254 | 0.26 | 0.42 | 0 | 0.00 | 262.99 | 0.98 | 0.79 |
| Hex | BC | 93 | FE | 1A | 2A | 0 | 0 | 107 | 62 | 4F |
| Octal | 274 | 223 | 376 | 32 | 52 | 0 | 0 | 407 | 142 | 117 |
| Binary | 10111100 | 10010011 | 11111110 | 11010 | 101010 | 0 | 0 | 100000111 | 1100010 | 1001111 |
Color Harmonies of #BC93FE
Complementary color
Monochromatic Colors of #BC93FE
Black with #BC93FE
Text Example
Text Example
White with #BC93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93FE; }
p { color: rgb(188,147,254); }
H1.HeaderClassName
{
color: #BC93FE;
}
.AnyTagClassName
{
color: #BC93FE;
}
</style>
background-color css
<style>
a { background-color: #BC93FE; }
a { background-color: rgb(188,147,254); }
div.DivClassName
{
background-color: #BC93FE;
}
.BgClassName
{
background-color: #BC93FE;
}
</style>
border-color css
<style>
span { border-color: #BC93FE; }
span { border-color: rgb(188,147,254); }
td.TdClassName
{
border-color: #BC93FE;
}
.TagClassName
{
border-color: #BC93FE;
}
</style>