Shades of Perfume #BC9CDC
Tints of Perfume #BC9CDC
RGB
CMYK
RGB Variations
Color information
#BC9CDC (or 0xBC9CDC) is known color: Perfume. HEX triplet: BC, 9C and DC. RGB value is (188,156,220). Sum of RGB (Red+Green+Blue) = 188+156+220=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDC is #436323. Grayscale: #ACACAC. Windows color (decimal): -4416292 or 14458044. OLE color: 14458044.
HSL color Cylindrical-coordinate representation of color #BC9CDC: hue angle of 270º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9CDC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 156 | 220 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.14 |
| HSL | 270º | 0.48% | 0.74% | - |
| HSV(B) | 270º | 0.29% | 0.86% | - |
| XYZ | 45.55 | 39.64 | 72.96 | - |
| YUV | 172.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 220 | 0.15 | 0.29 | 0 | 0.14 | 270 | 0.48 | 0.74 |
| Hex | BC | 9C | DC | F | 1D | 0 | E | 10E | 30 | 4A |
| Octal | 274 | 234 | 334 | 17 | 35 | 0 | 16 | 416 | 60 | 112 |
| Binary | 10111100 | 10011100 | 11011100 | 1111 | 11101 | 0 | 1110 | 100001110 | 110000 | 1001010 |
Color Harmonies of #BC9CDC
Complementary color
Monochromatic Colors of #BC9CDC
Black with #BC9CDC
Text Example
Text Example
White with #BC9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CDC; }
p { color: rgb(188,156,220); }
H1.HeaderClassName
{
color: #BC9CDC;
}
.AnyTagClassName
{
color: #BC9CDC;
}
</style>
background-color css
<style>
a { background-color: #BC9CDC; }
a { background-color: rgb(188,156,220); }
div.DivClassName
{
background-color: #BC9CDC;
}
.BgClassName
{
background-color: #BC9CDC;
}
</style>
border-color css
<style>
span { border-color: #BC9CDC; }
span { border-color: rgb(188,156,220); }
td.TdClassName
{
border-color: #BC9CDC;
}
.TagClassName
{
border-color: #BC9CDC;
}
</style>