Shades of Perfume #BC9CE0
Tints of Perfume #BC9CE0
RGB
CMYK
RGB Variations
Color information
#BC9CE0 (or 0xBC9CE0) is known color: Perfume. HEX triplet: BC, 9C and E0. RGB value is (188,156,224). Sum of RGB (Red+Green+Blue) = 188+156+224=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CE0 is #43631F. Grayscale: #ADADAD. Windows color (decimal): -4416288 or 14720188. OLE color: 14720188.
HSL color Cylindrical-coordinate representation of color #BC9CE0: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9CE0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 156 | 224 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.12 |
| HSL | 268.24º | 0.52% | 0.75% | - |
| HSV(B) | 268.24º | 0.3% | 0.88% | - |
| XYZ | 46.08 | 39.85 | 75.78 | - |
| YUV | 173.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 224 | 0.16 | 0.30 | 0 | 0.12 | 268.24 | 0.52 | 0.75 |
| Hex | BC | 9C | E0 | 10 | 1E | 0 | C | 10C | 34 | 4B |
| Octal | 274 | 234 | 340 | 20 | 36 | 0 | 14 | 414 | 64 | 113 |
| Binary | 10111100 | 10011100 | 11100000 | 10000 | 11110 | 0 | 1100 | 100001100 | 110100 | 1001011 |
Color Harmonies of #BC9CE0
Complementary color
Monochromatic Colors of #BC9CE0
Black with #BC9CE0
Text Example
Text Example
White with #BC9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CE0; }
p { color: rgb(188,156,224); }
H1.HeaderClassName
{
color: #BC9CE0;
}
.AnyTagClassName
{
color: #BC9CE0;
}
</style>
background-color css
<style>
a { background-color: #BC9CE0; }
a { background-color: rgb(188,156,224); }
div.DivClassName
{
background-color: #BC9CE0;
}
.BgClassName
{
background-color: #BC9CE0;
}
</style>
border-color css
<style>
span { border-color: #BC9CE0; }
span { border-color: rgb(188,156,224); }
td.TdClassName
{
border-color: #BC9CE0;
}
.TagClassName
{
border-color: #BC9CE0;
}
</style>