Shades of Hopbush #BC689C
Tints of Hopbush #BC689C
RGB
CMYK
RGB Variations
Color information
#BC689C (or 0xBC689C) is known color: Hopbush. HEX triplet: BC, 68 and 9C. RGB value is (188,104,156). Sum of RGB (Red+Green+Blue) = 188+104+156=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC689C is #439763. Grayscale: #868686. Windows color (decimal): -4429668 or 10250428. OLE color: 10250428.
HSL color Cylindrical-coordinate representation of color #BC689C: hue angle of 322.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC689C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 156 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.26 |
| HSL | 322.86º | 0.39% | 0.57% | - |
| HSV(B) | 322.86º | 0.45% | 0.74% | - |
| XYZ | 31.69 | 22.99 | 34.22 | - |
| YUV | 135.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 156 | 0 | 0.45 | 0.17 | 0.26 | 322.86 | 0.39 | 0.57 |
| Hex | BC | 68 | 9C | 0 | 2D | 11 | 1A | 143 | 27 | 39 |
| Octal | 274 | 150 | 234 | 0 | 55 | 21 | 32 | 503 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10011100 | 0 | 101101 | 10001 | 11010 | 101000011 | 100111 | 111001 |
Color Harmonies of #BC689C
Complementary color
Monochromatic Colors of #BC689C
Black with #BC689C
Text Example
Text Example
White with #BC689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC689C; }
p { color: rgb(188,104,156); }
H1.HeaderClassName
{
color: #BC689C;
}
.AnyTagClassName
{
color: #BC689C;
}
</style>
background-color css
<style>
a { background-color: #BC689C; }
a { background-color: rgb(188,104,156); }
div.DivClassName
{
background-color: #BC689C;
}
.BgClassName
{
background-color: #BC689C;
}
</style>
border-color css
<style>
span { border-color: #BC689C; }
span { border-color: rgb(188,104,156); }
td.TdClassName
{
border-color: #BC689C;
}
.TagClassName
{
border-color: #BC689C;
}
</style>