Shades of Perfume #BC9CE9
Tints of Perfume #BC9CE9
RGB
CMYK
RGB Variations
Color information
#BC9CE9 (or 0xBC9CE9) is known color: Perfume. HEX triplet: BC, 9C and E9. RGB value is (188,156,233). Sum of RGB (Red+Green+Blue) = 188+156+233=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC9CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CE9 is #436316. Grayscale: #AEAEAE. Windows color (decimal): -4416279 or 15310012. OLE color: 15310012.
HSL color Cylindrical-coordinate representation of color #BC9CE9: hue angle of 264.94º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9CE9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 156 | 233 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.09 |
| HSL | 264.94º | 0.64% | 0.76% | - |
| HSV(B) | 264.94º | 0.33% | 0.91% | - |
| XYZ | 47.34 | 40.35 | 82.38 | - |
| YUV | 174.35 | 161.1 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 233 | 0.19 | 0.33 | 0 | 0.09 | 264.94 | 0.64 | 0.76 |
| Hex | BC | 9C | E9 | 13 | 21 | 0 | 9 | 109 | 40 | 4C |
| Octal | 274 | 234 | 351 | 23 | 41 | 0 | 11 | 411 | 100 | 114 |
| Binary | 10111100 | 10011100 | 11101001 | 10011 | 100001 | 0 | 1001 | 100001001 | 1000000 | 1001100 |
Color Harmonies of #BC9CE9
Complementary color
Monochromatic Colors of #BC9CE9
Black with #BC9CE9
Text Example
Text Example
White with #BC9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CE9; }
p { color: rgb(188,156,233); }
H1.HeaderClassName
{
color: #BC9CE9;
}
.AnyTagClassName
{
color: #BC9CE9;
}
</style>
background-color css
<style>
a { background-color: #BC9CE9; }
a { background-color: rgb(188,156,233); }
div.DivClassName
{
background-color: #BC9CE9;
}
.BgClassName
{
background-color: #BC9CE9;
}
</style>
border-color css
<style>
span { border-color: #BC9CE9; }
span { border-color: rgb(188,156,233); }
td.TdClassName
{
border-color: #BC9CE9;
}
.TagClassName
{
border-color: #BC9CE9;
}
</style>