Shades of Perfume #BC9DDC
Tints of Perfume #BC9DDC
RGB
CMYK
RGB Variations
Color information
#BC9DDC (or 0xBC9DDC) is known color: Perfume. HEX triplet: BC, 9D and DC. RGB value is (188,157,220). Sum of RGB (Red+Green+Blue) = 188+157+220=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DDC is #436223. Grayscale: #ADADAD. Windows color (decimal): -4416036 or 14458300. OLE color: 14458300.
HSL color Cylindrical-coordinate representation of color #BC9DDC: hue angle of 269.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9DDC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 157 | 220 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.14 |
| HSL | 269.52º | 0.47% | 0.74% | - |
| HSV(B) | 269.52º | 0.29% | 0.86% | - |
| XYZ | 45.71 | 39.97 | 73.02 | - |
| YUV | 173.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 220 | 0.15 | 0.29 | 0 | 0.14 | 269.52 | 0.47 | 0.74 |
| Hex | BC | 9D | DC | F | 1D | 0 | E | 10E | 2F | 4A |
| Octal | 274 | 235 | 334 | 17 | 35 | 0 | 16 | 416 | 57 | 112 |
| Binary | 10111100 | 10011101 | 11011100 | 1111 | 11101 | 0 | 1110 | 100001110 | 101111 | 1001010 |
Color Harmonies of #BC9DDC
Complementary color
Monochromatic Colors of #BC9DDC
Black with #BC9DDC
Text Example
Text Example
White with #BC9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DDC; }
p { color: rgb(188,157,220); }
H1.HeaderClassName
{
color: #BC9DDC;
}
.AnyTagClassName
{
color: #BC9DDC;
}
</style>
background-color css
<style>
a { background-color: #BC9DDC; }
a { background-color: rgb(188,157,220); }
div.DivClassName
{
background-color: #BC9DDC;
}
.BgClassName
{
background-color: #BC9DDC;
}
</style>
border-color css
<style>
span { border-color: #BC9DDC; }
span { border-color: rgb(188,157,220); }
td.TdClassName
{
border-color: #BC9DDC;
}
.TagClassName
{
border-color: #BC9DDC;
}
</style>