Shades of Perfume #BC92E9
Tints of Perfume #BC92E9
RGB
CMYK
RGB Variations
Color information
#BC92E9 (or 0xBC92E9) is known color: Perfume. HEX triplet: BC, 92 and E9. RGB value is (188,146,233). Sum of RGB (Red+Green+Blue) = 188+146+233=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92E9 is #436D16. Grayscale: #A8A8A8. Windows color (decimal): -4418839 or 15307452. OLE color: 15307452.
HSL color Cylindrical-coordinate representation of color #BC92E9: hue angle of 268.97º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC92E9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 146 | 233 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.09 |
| HSL | 268.97º | 0.66% | 0.74% | - |
| HSV(B) | 268.97º | 0.37% | 0.91% | - |
| XYZ | 45.73 | 37.13 | 81.85 | - |
| YUV | 168.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 233 | 0.19 | 0.37 | 0 | 0.09 | 268.97 | 0.66 | 0.74 |
| Hex | BC | 92 | E9 | 13 | 25 | 0 | 9 | 10D | 42 | 4A |
| Octal | 274 | 222 | 351 | 23 | 45 | 0 | 11 | 415 | 102 | 112 |
| Binary | 10111100 | 10010010 | 11101001 | 10011 | 100101 | 0 | 1001 | 100001101 | 1000010 | 1001010 |
Color Harmonies of #BC92E9
Complementary color
Monochromatic Colors of #BC92E9
Black with #BC92E9
Text Example
Text Example
White with #BC92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92E9; }
p { color: rgb(188,146,233); }
H1.HeaderClassName
{
color: #BC92E9;
}
.AnyTagClassName
{
color: #BC92E9;
}
</style>
background-color css
<style>
a { background-color: #BC92E9; }
a { background-color: rgb(188,146,233); }
div.DivClassName
{
background-color: #BC92E9;
}
.BgClassName
{
background-color: #BC92E9;
}
</style>
border-color css
<style>
span { border-color: #BC92E9; }
span { border-color: rgb(188,146,233); }
td.TdClassName
{
border-color: #BC92E9;
}
.TagClassName
{
border-color: #BC92E9;
}
</style>