Shades of Perfume #BC9CDF
Tints of Perfume #BC9CDF
RGB
CMYK
RGB Variations
Color information
#BC9CDF (or 0xBC9CDF) is known color: Perfume. HEX triplet: BC, 9C and DF. RGB value is (188,156,223). Sum of RGB (Red+Green+Blue) = 188+156+223=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDF is #436320. Grayscale: #ACACAC. Windows color (decimal): -4416289 or 14654652. OLE color: 14654652.
HSL color Cylindrical-coordinate representation of color #BC9CDF: hue angle of 268.66º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9CDF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 156 | 223 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 268.66º | 0.51% | 0.74% | - |
| HSV(B) | 268.66º | 0.3% | 0.87% | - |
| XYZ | 45.95 | 39.8 | 75.07 | - |
| YUV | 173.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 223 | 0.16 | 0.30 | 0 | 0.13 | 268.66 | 0.51 | 0.74 |
| Hex | BC | 9C | DF | 10 | 1E | 0 | D | 10D | 33 | 4A |
| Octal | 274 | 234 | 337 | 20 | 36 | 0 | 15 | 415 | 63 | 112 |
| Binary | 10111100 | 10011100 | 11011111 | 10000 | 11110 | 0 | 1101 | 100001101 | 110011 | 1001010 |
Color Harmonies of #BC9CDF
Complementary color
Monochromatic Colors of #BC9CDF
Black with #BC9CDF
Text Example
Text Example
White with #BC9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CDF; }
p { color: rgb(188,156,223); }
H1.HeaderClassName
{
color: #BC9CDF;
}
.AnyTagClassName
{
color: #BC9CDF;
}
</style>
background-color css
<style>
a { background-color: #BC9CDF; }
a { background-color: rgb(188,156,223); }
div.DivClassName
{
background-color: #BC9CDF;
}
.BgClassName
{
background-color: #BC9CDF;
}
</style>
border-color css
<style>
span { border-color: #BC9CDF; }
span { border-color: rgb(188,156,223); }
td.TdClassName
{
border-color: #BC9CDF;
}
.TagClassName
{
border-color: #BC9CDF;
}
</style>