Shades of Perfume #BC9CDB
Tints of Perfume #BC9CDB
RGB
CMYK
RGB Variations
Color information
#BC9CDB (or 0xBC9CDB) is known color: Perfume. HEX triplet: BC, 9C and DB. RGB value is (188,156,219). Sum of RGB (Red+Green+Blue) = 188+156+219=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDB is #436324. Grayscale: #ACACAC. Windows color (decimal): -4416293 or 14392508. OLE color: 14392508.
HSL color Cylindrical-coordinate representation of color #BC9CDB: hue angle of 270.48º degrees, saturation: 0.47, 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 #BC9CDB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 156 | 219 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.14 |
| HSL | 270.48º | 0.47% | 0.74% | - |
| HSV(B) | 270.48º | 0.29% | 0.86% | - |
| XYZ | 45.41 | 39.58 | 72.26 | - |
| YUV | 172.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 219 | 0.14 | 0.29 | 0 | 0.14 | 270.48 | 0.47 | 0.74 |
| Hex | BC | 9C | DB | E | 1D | 0 | E | 10E | 2F | 4A |
| Octal | 274 | 234 | 333 | 16 | 35 | 0 | 16 | 416 | 57 | 112 |
| Binary | 10111100 | 10011100 | 11011011 | 1110 | 11101 | 0 | 1110 | 100001110 | 101111 | 1001010 |
Color Harmonies of #BC9CDB
Complementary color
Monochromatic Colors of #BC9CDB
Black with #BC9CDB
Text Example
Text Example
White with #BC9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CDB; }
p { color: rgb(188,156,219); }
H1.HeaderClassName
{
color: #BC9CDB;
}
.AnyTagClassName
{
color: #BC9CDB;
}
</style>
background-color css
<style>
a { background-color: #BC9CDB; }
a { background-color: rgb(188,156,219); }
div.DivClassName
{
background-color: #BC9CDB;
}
.BgClassName
{
background-color: #BC9CDB;
}
</style>
border-color css
<style>
span { border-color: #BC9CDB; }
span { border-color: rgb(188,156,219); }
td.TdClassName
{
border-color: #BC9CDB;
}
.TagClassName
{
border-color: #BC9CDB;
}
</style>