Shades of Perfume #BC92FE
Tints of Perfume #BC92FE
RGB
CMYK
RGB Variations
Color information
#BC92FE (or 0xBC92FE) is known color: Perfume. HEX triplet: BC, 92 and FE. RGB value is (188,146,254). Sum of RGB (Red+Green+Blue) = 188+146+254=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92FE is #436D01. Grayscale: #AAAAAA. Windows color (decimal): -4418818 or 16683708. OLE color: 16683708.
HSL color Cylindrical-coordinate representation of color #BC92FE: hue angle of 263.33º 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 #BC92FE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 146 | 254 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.00 |
| HSL | 263.33º | 0.98% | 0.78% | - |
| HSV(B) | 263.33º | 0.43% | 1% | - |
| XYZ | 48.91 | 38.4 | 98.6 | - |
| YUV | 170.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 254 | 0.26 | 0.43 | 0 | 0.00 | 263.33 | 0.98 | 0.78 |
| Hex | BC | 92 | FE | 1A | 2B | 0 | 0 | 107 | 62 | 4E |
| Octal | 274 | 222 | 376 | 32 | 53 | 0 | 0 | 407 | 142 | 116 |
| Binary | 10111100 | 10010010 | 11111110 | 11010 | 101011 | 0 | 0 | 100000111 | 1100010 | 1001110 |
Color Harmonies of #BC92FE
Complementary color
Monochromatic Colors of #BC92FE
Black with #BC92FE
Text Example
Text Example
White with #BC92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92FE; }
p { color: rgb(188,146,254); }
H1.HeaderClassName
{
color: #BC92FE;
}
.AnyTagClassName
{
color: #BC92FE;
}
</style>
background-color css
<style>
a { background-color: #BC92FE; }
a { background-color: rgb(188,146,254); }
div.DivClassName
{
background-color: #BC92FE;
}
.BgClassName
{
background-color: #BC92FE;
}
</style>
border-color css
<style>
span { border-color: #BC92FE; }
span { border-color: rgb(188,146,254); }
td.TdClassName
{
border-color: #BC92FE;
}
.TagClassName
{
border-color: #BC92FE;
}
</style>