Shades of Perfume #BC92E5
Tints of Perfume #BC92E5
RGB
CMYK
RGB Variations
Color information
#BC92E5 (or 0xBC92E5) is known color: Perfume. HEX triplet: BC, 92 and E5. RGB value is (188,146,229). Sum of RGB (Red+Green+Blue) = 188+146+229=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92E5 is #436D1A. Grayscale: #A7A7A7. Windows color (decimal): -4418843 or 15045308. OLE color: 15045308.
HSL color Cylindrical-coordinate representation of color #BC92E5: hue angle of 270.36º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC92E5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 146 | 229 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.10 |
| HSL | 270.36º | 0.61% | 0.74% | - |
| HSV(B) | 270.36º | 0.36% | 0.9% | - |
| XYZ | 45.16 | 36.91 | 78.87 | - |
| YUV | 168.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 229 | 0.18 | 0.36 | 0 | 0.10 | 270.36 | 0.61 | 0.74 |
| Hex | BC | 92 | E5 | 12 | 24 | 0 | A | 10E | 3D | 4A |
| Octal | 274 | 222 | 345 | 22 | 44 | 0 | 12 | 416 | 75 | 112 |
| Binary | 10111100 | 10010010 | 11100101 | 10010 | 100100 | 0 | 1010 | 100001110 | 111101 | 1001010 |
Color Harmonies of #BC92E5
Complementary color
Monochromatic Colors of #BC92E5
Black with #BC92E5
Text Example
Text Example
White with #BC92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92E5; }
p { color: rgb(188,146,229); }
H1.HeaderClassName
{
color: #BC92E5;
}
.AnyTagClassName
{
color: #BC92E5;
}
</style>
background-color css
<style>
a { background-color: #BC92E5; }
a { background-color: rgb(188,146,229); }
div.DivClassName
{
background-color: #BC92E5;
}
.BgClassName
{
background-color: #BC92E5;
}
</style>
border-color css
<style>
span { border-color: #BC92E5; }
span { border-color: rgb(188,146,229); }
td.TdClassName
{
border-color: #BC92E5;
}
.TagClassName
{
border-color: #BC92E5;
}
</style>