Shades of Perfume #BC9BDC
Tints of Perfume #BC9BDC
RGB
CMYK
RGB Variations
Color information
#BC9BDC (or 0xBC9BDC) is known color: Perfume. HEX triplet: BC, 9B and DC. RGB value is (188,155,220). Sum of RGB (Red+Green+Blue) = 188+155+220=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDC is #436423. Grayscale: #ACACAC. Windows color (decimal): -4416548 or 14457788. OLE color: 14457788.
HSL color Cylindrical-coordinate representation of color #BC9BDC: hue angle of 270.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9BDC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 155 | 220 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.14 |
| HSL | 270.46º | 0.48% | 0.74% | - |
| HSV(B) | 270.46º | 0.3% | 0.86% | - |
| XYZ | 45.38 | 39.3 | 72.9 | - |
| YUV | 172.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 220 | 0.15 | 0.30 | 0 | 0.14 | 270.46 | 0.48 | 0.74 |
| Hex | BC | 9B | DC | F | 1E | 0 | E | 10E | 30 | 4A |
| Octal | 274 | 233 | 334 | 17 | 36 | 0 | 16 | 416 | 60 | 112 |
| Binary | 10111100 | 10011011 | 11011100 | 1111 | 11110 | 0 | 1110 | 100001110 | 110000 | 1001010 |
Color Harmonies of #BC9BDC
Complementary color
Monochromatic Colors of #BC9BDC
Black with #BC9BDC
Text Example
Text Example
White with #BC9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BDC; }
p { color: rgb(188,155,220); }
H1.HeaderClassName
{
color: #BC9BDC;
}
.AnyTagClassName
{
color: #BC9BDC;
}
</style>
background-color css
<style>
a { background-color: #BC9BDC; }
a { background-color: rgb(188,155,220); }
div.DivClassName
{
background-color: #BC9BDC;
}
.BgClassName
{
background-color: #BC9BDC;
}
</style>
border-color css
<style>
span { border-color: #BC9BDC; }
span { border-color: rgb(188,155,220); }
td.TdClassName
{
border-color: #BC9BDC;
}
.TagClassName
{
border-color: #BC9BDC;
}
</style>