Shades of Perfume #BC92FA
Tints of Perfume #BC92FA
RGB
CMYK
RGB Variations
Color information
#BC92FA (or 0xBC92FA) is known color: Perfume. HEX triplet: BC, 92 and FA. RGB value is (188,146,250). Sum of RGB (Red+Green+Blue) = 188+146+250=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92FA is #436D05. Grayscale: #AAAAAA. Windows color (decimal): -4418822 or 16421564. OLE color: 16421564.
HSL color Cylindrical-coordinate representation of color #BC92FA: hue angle of 264.23º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC92FA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 146 | 250 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.02 |
| HSL | 264.23º | 0.91% | 0.78% | - |
| HSV(B) | 264.23º | 0.42% | 0.98% | - |
| XYZ | 48.27 | 38.15 | 95.26 | - |
| YUV | 170.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 250 | 0.25 | 0.42 | 0 | 0.02 | 264.23 | 0.91 | 0.78 |
| Hex | BC | 92 | FA | 19 | 2A | 0 | 2 | 108 | 5B | 4E |
| Octal | 274 | 222 | 372 | 31 | 52 | 0 | 2 | 410 | 133 | 116 |
| Binary | 10111100 | 10010010 | 11111010 | 11001 | 101010 | 0 | 10 | 100001000 | 1011011 | 1001110 |
Color Harmonies of #BC92FA
Complementary color
Monochromatic Colors of #BC92FA
Black with #BC92FA
Text Example
Text Example
White with #BC92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92FA; }
p { color: rgb(188,146,250); }
H1.HeaderClassName
{
color: #BC92FA;
}
.AnyTagClassName
{
color: #BC92FA;
}
</style>
background-color css
<style>
a { background-color: #BC92FA; }
a { background-color: rgb(188,146,250); }
div.DivClassName
{
background-color: #BC92FA;
}
.BgClassName
{
background-color: #BC92FA;
}
</style>
border-color css
<style>
span { border-color: #BC92FA; }
span { border-color: rgb(188,146,250); }
td.TdClassName
{
border-color: #BC92FA;
}
.TagClassName
{
border-color: #BC92FA;
}
</style>