Shades of Perfume #BC9FDB
Tints of Perfume #BC9FDB
RGB
CMYK
RGB Variations
Color information
#BC9FDB (or 0xBC9FDB) is known color: Perfume. HEX triplet: BC, 9F and DB. RGB value is (188,159,219). Sum of RGB (Red+Green+Blue) = 188+159+219=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDB is #436024. Grayscale: #AEAEAE. Windows color (decimal): -4415525 or 14393276. OLE color: 14393276.
HSL color Cylindrical-coordinate representation of color #BC9FDB: hue angle of 269º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9FDB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 159 | 219 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.14 |
| HSL | 269º | 0.45% | 0.74% | - |
| HSV(B) | 269º | 0.27% | 0.86% | - |
| XYZ | 45.92 | 40.6 | 72.43 | - |
| YUV | 174.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 219 | 0.14 | 0.27 | 0 | 0.14 | 269 | 0.45 | 0.74 |
| Hex | BC | 9F | DB | E | 1B | 0 | E | 10D | 2D | 4A |
| Octal | 274 | 237 | 333 | 16 | 33 | 0 | 16 | 415 | 55 | 112 |
| Binary | 10111100 | 10011111 | 11011011 | 1110 | 11011 | 0 | 1110 | 100001101 | 101101 | 1001010 |
Color Harmonies of #BC9FDB
Complementary color
Monochromatic Colors of #BC9FDB
Black with #BC9FDB
Text Example
Text Example
White with #BC9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FDB; }
p { color: rgb(188,159,219); }
H1.HeaderClassName
{
color: #BC9FDB;
}
.AnyTagClassName
{
color: #BC9FDB;
}
</style>
background-color css
<style>
a { background-color: #BC9FDB; }
a { background-color: rgb(188,159,219); }
div.DivClassName
{
background-color: #BC9FDB;
}
.BgClassName
{
background-color: #BC9FDB;
}
</style>
border-color css
<style>
span { border-color: #BC9FDB; }
span { border-color: rgb(188,159,219); }
td.TdClassName
{
border-color: #BC9FDB;
}
.TagClassName
{
border-color: #BC9FDB;
}
</style>