Shades of Perfume #BC9DD8
Tints of Perfume #BC9DD8
RGB
CMYK
RGB Variations
Color information
#BC9DD8 (or 0xBC9DD8) is known color: Perfume. HEX triplet: BC, 9D and D8. RGB value is (188,157,216). Sum of RGB (Red+Green+Blue) = 188+157+216=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DD8 is #436227. Grayscale: #ACACAC. Windows color (decimal): -4416040 or 14196156. OLE color: 14196156.
HSL color Cylindrical-coordinate representation of color #BC9DD8: hue angle of 271.53º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9DD8 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 157 | 216 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.15 |
| HSL | 271.53º | 0.43% | 0.73% | - |
| HSV(B) | 271.53º | 0.27% | 0.85% | - |
| XYZ | 45.19 | 39.76 | 70.26 | - |
| YUV | 173 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 216 | 0.13 | 0.27 | 0 | 0.15 | 271.53 | 0.43 | 0.73 |
| Hex | BC | 9D | D8 | D | 1B | 0 | F | 110 | 2B | 49 |
| Octal | 274 | 235 | 330 | 15 | 33 | 0 | 17 | 420 | 53 | 111 |
| Binary | 10111100 | 10011101 | 11011000 | 1101 | 11011 | 0 | 1111 | 100010000 | 101011 | 1001001 |
Color Harmonies of #BC9DD8
Complementary color
Monochromatic Colors of #BC9DD8
Black with #BC9DD8
Text Example
Text Example
White with #BC9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DD8; }
p { color: rgb(188,157,216); }
H1.HeaderClassName
{
color: #BC9DD8;
}
.AnyTagClassName
{
color: #BC9DD8;
}
</style>
background-color css
<style>
a { background-color: #BC9DD8; }
a { background-color: rgb(188,157,216); }
div.DivClassName
{
background-color: #BC9DD8;
}
.BgClassName
{
background-color: #BC9DD8;
}
</style>
border-color css
<style>
span { border-color: #BC9DD8; }
span { border-color: rgb(188,157,216); }
td.TdClassName
{
border-color: #BC9DD8;
}
.TagClassName
{
border-color: #BC9DD8;
}
</style>