Shades of Perfume #BC9CE7
Tints of Perfume #BC9CE7
RGB
CMYK
RGB Variations
Color information
#BC9CE7 (or 0xBC9CE7) is known color: Perfume. HEX triplet: BC, 9C and E7. RGB value is (188,156,231). Sum of RGB (Red+Green+Blue) = 188+156+231=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC9CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CE7 is #436318. Grayscale: #ADADAD. Windows color (decimal): -4416281 or 15178940. OLE color: 15178940.
HSL color Cylindrical-coordinate representation of color #BC9CE7: hue angle of 265.6º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9CE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 156 | 231 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.09 |
| HSL | 265.6º | 0.61% | 0.76% | - |
| HSV(B) | 265.6º | 0.32% | 0.91% | - |
| XYZ | 47.05 | 40.24 | 80.89 | - |
| YUV | 174.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 231 | 0.19 | 0.32 | 0 | 0.09 | 265.6 | 0.61 | 0.76 |
| Hex | BC | 9C | E7 | 13 | 20 | 0 | 9 | 10A | 3D | 4C |
| Octal | 274 | 234 | 347 | 23 | 40 | 0 | 11 | 412 | 75 | 114 |
| Binary | 10111100 | 10011100 | 11100111 | 10011 | 100000 | 0 | 1001 | 100001010 | 111101 | 1001100 |
Color Harmonies of #BC9CE7
Complementary color
Monochromatic Colors of #BC9CE7
Black with #BC9CE7
Text Example
Text Example
White with #BC9CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CE7; }
p { color: rgb(188,156,231); }
H1.HeaderClassName
{
color: #BC9CE7;
}
.AnyTagClassName
{
color: #BC9CE7;
}
</style>
background-color css
<style>
a { background-color: #BC9CE7; }
a { background-color: rgb(188,156,231); }
div.DivClassName
{
background-color: #BC9CE7;
}
.BgClassName
{
background-color: #BC9CE7;
}
</style>
border-color css
<style>
span { border-color: #BC9CE7; }
span { border-color: rgb(188,156,231); }
td.TdClassName
{
border-color: #BC9CE7;
}
.TagClassName
{
border-color: #BC9CE7;
}
</style>