Shades of Perfume #BC9BDF
Tints of Perfume #BC9BDF
RGB
CMYK
RGB Variations
Color information
#BC9BDF (or 0xBC9BDF) is known color: Perfume. HEX triplet: BC, 9B and DF. RGB value is (188,155,223). Sum of RGB (Red+Green+Blue) = 188+155+223=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDF is #436420. Grayscale: #ACACAC. Windows color (decimal): -4416545 or 14654396. OLE color: 14654396.
HSL color Cylindrical-coordinate representation of color #BC9BDF: hue angle of 269.12º degrees, saturation: 0.52, 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 #BC9BDF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 155 | 223 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.13 |
| HSL | 269.12º | 0.52% | 0.74% | - |
| HSV(B) | 269.12º | 0.3% | 0.87% | - |
| XYZ | 45.78 | 39.46 | 75.02 | - |
| YUV | 172.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 223 | 0.16 | 0.30 | 0 | 0.13 | 269.12 | 0.52 | 0.74 |
| Hex | BC | 9B | DF | 10 | 1E | 0 | D | 10D | 34 | 4A |
| Octal | 274 | 233 | 337 | 20 | 36 | 0 | 15 | 415 | 64 | 112 |
| Binary | 10111100 | 10011011 | 11011111 | 10000 | 11110 | 0 | 1101 | 100001101 | 110100 | 1001010 |
Color Harmonies of #BC9BDF
Complementary color
Monochromatic Colors of #BC9BDF
Black with #BC9BDF
Text Example
Text Example
White with #BC9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BDF; }
p { color: rgb(188,155,223); }
H1.HeaderClassName
{
color: #BC9BDF;
}
.AnyTagClassName
{
color: #BC9BDF;
}
</style>
background-color css
<style>
a { background-color: #BC9BDF; }
a { background-color: rgb(188,155,223); }
div.DivClassName
{
background-color: #BC9BDF;
}
.BgClassName
{
background-color: #BC9BDF;
}
</style>
border-color css
<style>
span { border-color: #BC9BDF; }
span { border-color: rgb(188,155,223); }
td.TdClassName
{
border-color: #BC9BDF;
}
.TagClassName
{
border-color: #BC9BDF;
}
</style>