Shades of Perfume #BC9ADB
Tints of Perfume #BC9ADB
RGB
CMYK
RGB Variations
Color information
#BC9ADB (or 0xBC9ADB) is known color: Perfume. HEX triplet: BC, 9A and DB. RGB value is (188,154,219). Sum of RGB (Red+Green+Blue) = 188+154+219=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADB is #436524. Grayscale: #ABABAB. Windows color (decimal): -4416805 or 14391996. OLE color: 14391996.
HSL color Cylindrical-coordinate representation of color #BC9ADB: hue angle of 271.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9ADB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 154 | 219 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.14 |
| HSL | 271.38º | 0.47% | 0.73% | - |
| HSV(B) | 271.38º | 0.3% | 0.86% | - |
| XYZ | 45.08 | 38.92 | 72.15 | - |
| YUV | 171.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 219 | 0.14 | 0.30 | 0 | 0.14 | 271.38 | 0.47 | 0.73 |
| Hex | BC | 9A | DB | E | 1E | 0 | E | 10F | 2F | 49 |
| Octal | 274 | 232 | 333 | 16 | 36 | 0 | 16 | 417 | 57 | 111 |
| Binary | 10111100 | 10011010 | 11011011 | 1110 | 11110 | 0 | 1110 | 100001111 | 101111 | 1001001 |
Color Harmonies of #BC9ADB
Complementary color
Monochromatic Colors of #BC9ADB
Black with #BC9ADB
Text Example
Text Example
White with #BC9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ADB; }
p { color: rgb(188,154,219); }
H1.HeaderClassName
{
color: #BC9ADB;
}
.AnyTagClassName
{
color: #BC9ADB;
}
</style>
background-color css
<style>
a { background-color: #BC9ADB; }
a { background-color: rgb(188,154,219); }
div.DivClassName
{
background-color: #BC9ADB;
}
.BgClassName
{
background-color: #BC9ADB;
}
</style>
border-color css
<style>
span { border-color: #BC9ADB; }
span { border-color: rgb(188,154,219); }
td.TdClassName
{
border-color: #BC9ADB;
}
.TagClassName
{
border-color: #BC9ADB;
}
</style>