Shades of Perfume #BC9BD6
Tints of Perfume #BC9BD6
RGB
CMYK
RGB Variations
Color information
#BC9BD6 (or 0xBC9BD6) is known color: Perfume. HEX triplet: BC, 9B and D6. RGB value is (188,155,214). Sum of RGB (Red+Green+Blue) = 188+155+214=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BD6 is #436429. Grayscale: #ABABAB. Windows color (decimal): -4416554 or 14064572. OLE color: 14064572.
HSL color Cylindrical-coordinate representation of color #BC9BD6: hue angle of 273.56º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9BD6 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 155 | 214 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.16 |
| HSL | 273.56º | 0.42% | 0.72% | - |
| HSV(B) | 273.56º | 0.28% | 0.84% | - |
| XYZ | 44.6 | 38.99 | 68.79 | - |
| YUV | 171.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 214 | 0.12 | 0.28 | 0 | 0.16 | 273.56 | 0.42 | 0.72 |
| Hex | BC | 9B | D6 | C | 1C | 0 | 10 | 112 | 2A | 48 |
| Octal | 274 | 233 | 326 | 14 | 34 | 0 | 20 | 422 | 52 | 110 |
| Binary | 10111100 | 10011011 | 11010110 | 1100 | 11100 | 0 | 10000 | 100010010 | 101010 | 1001000 |
Color Harmonies of #BC9BD6
Complementary color
Monochromatic Colors of #BC9BD6
Black with #BC9BD6
Text Example
Text Example
White with #BC9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BD6; }
p { color: rgb(188,155,214); }
H1.HeaderClassName
{
color: #BC9BD6;
}
.AnyTagClassName
{
color: #BC9BD6;
}
</style>
background-color css
<style>
a { background-color: #BC9BD6; }
a { background-color: rgb(188,155,214); }
div.DivClassName
{
background-color: #BC9BD6;
}
.BgClassName
{
background-color: #BC9BD6;
}
</style>
border-color css
<style>
span { border-color: #BC9BD6; }
span { border-color: rgb(188,155,214); }
td.TdClassName
{
border-color: #BC9BD6;
}
.TagClassName
{
border-color: #BC9BD6;
}
</style>