Shades of Perfume #BC9ADD
Tints of Perfume #BC9ADD
RGB
CMYK
RGB Variations
Color information
#BC9ADD (or 0xBC9ADD) is known color: Perfume. HEX triplet: BC, 9A and DD. RGB value is (188,154,221). Sum of RGB (Red+Green+Blue) = 188+154+221=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADD is #436522. Grayscale: #ABABAB. Windows color (decimal): -4416803 or 14523068. OLE color: 14523068.
HSL color Cylindrical-coordinate representation of color #BC9ADD: hue angle of 270.45º degrees, saturation: 0.5, 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 #BC9ADD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 154 | 221 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 270.45º | 0.5% | 0.74% | - |
| HSV(B) | 270.45º | 0.3% | 0.87% | - |
| XYZ | 45.35 | 39.02 | 73.55 | - |
| YUV | 171.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 221 | 0.15 | 0.30 | 0 | 0.13 | 270.45 | 0.5 | 0.74 |
| Hex | BC | 9A | DD | F | 1E | 0 | D | 10E | 32 | 4A |
| Octal | 274 | 232 | 335 | 17 | 36 | 0 | 15 | 416 | 62 | 112 |
| Binary | 10111100 | 10011010 | 11011101 | 1111 | 11110 | 0 | 1101 | 100001110 | 110010 | 1001010 |
Color Harmonies of #BC9ADD
Complementary color
Monochromatic Colors of #BC9ADD
Black with #BC9ADD
Text Example
Text Example
White with #BC9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ADD; }
p { color: rgb(188,154,221); }
H1.HeaderClassName
{
color: #BC9ADD;
}
.AnyTagClassName
{
color: #BC9ADD;
}
</style>
background-color css
<style>
a { background-color: #BC9ADD; }
a { background-color: rgb(188,154,221); }
div.DivClassName
{
background-color: #BC9ADD;
}
.BgClassName
{
background-color: #BC9ADD;
}
</style>
border-color css
<style>
span { border-color: #BC9ADD; }
span { border-color: rgb(188,154,221); }
td.TdClassName
{
border-color: #BC9ADD;
}
.TagClassName
{
border-color: #BC9ADD;
}
</style>