Shades of Perfume #BC9CDD
Tints of Perfume #BC9CDD
RGB
CMYK
RGB Variations
Color information
#BC9CDD (or 0xBC9CDD) is known color: Perfume. HEX triplet: BC, 9C and DD. RGB value is (188,156,221). Sum of RGB (Red+Green+Blue) = 188+156+221=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CDD is #436322. Grayscale: #ACACAC. Windows color (decimal): -4416291 or 14523580. OLE color: 14523580.
HSL color Cylindrical-coordinate representation of color #BC9CDD: hue angle of 269.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9CDD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 156 | 221 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 269.54º | 0.49% | 0.74% | - |
| HSV(B) | 269.54º | 0.29% | 0.87% | - |
| XYZ | 45.68 | 39.69 | 73.66 | - |
| YUV | 172.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 221 | 0.15 | 0.29 | 0 | 0.13 | 269.54 | 0.49 | 0.74 |
| Hex | BC | 9C | DD | F | 1D | 0 | D | 10E | 31 | 4A |
| Octal | 274 | 234 | 335 | 17 | 35 | 0 | 15 | 416 | 61 | 112 |
| Binary | 10111100 | 10011100 | 11011101 | 1111 | 11101 | 0 | 1101 | 100001110 | 110001 | 1001010 |
Color Harmonies of #BC9CDD
Complementary color
Monochromatic Colors of #BC9CDD
Black with #BC9CDD
Text Example
Text Example
White with #BC9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CDD; }
p { color: rgb(188,156,221); }
H1.HeaderClassName
{
color: #BC9CDD;
}
.AnyTagClassName
{
color: #BC9CDD;
}
</style>
background-color css
<style>
a { background-color: #BC9CDD; }
a { background-color: rgb(188,156,221); }
div.DivClassName
{
background-color: #BC9CDD;
}
.BgClassName
{
background-color: #BC9CDD;
}
</style>
border-color css
<style>
span { border-color: #BC9CDD; }
span { border-color: rgb(188,156,221); }
td.TdClassName
{
border-color: #BC9CDD;
}
.TagClassName
{
border-color: #BC9CDD;
}
</style>