Shades of Hopbush #BC698E
Tints of Hopbush #BC698E
RGB
CMYK
RGB Variations
Color information
#BC698E (or 0xBC698E) is known color: Hopbush. HEX triplet: BC, 69 and 8E. RGB value is (188,105,142). Sum of RGB (Red+Green+Blue) = 188+105+142=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698E is #439671. Grayscale: #858585. Windows color (decimal): -4429426 or 9333180. OLE color: 9333180.
HSL color Cylindrical-coordinate representation of color #BC698E: hue angle of 333.25º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC698E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 142 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.26 |
| HSL | 333.25º | 0.38% | 0.57% | - |
| HSV(B) | 333.25º | 0.44% | 0.74% | - |
| XYZ | 30.67 | 22.75 | 28.37 | - |
| YUV | 134.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 142 | 0 | 0.44 | 0.24 | 0.26 | 333.25 | 0.38 | 0.57 |
| Hex | BC | 69 | 8E | 0 | 2C | 18 | 1A | 14D | 26 | 39 |
| Octal | 274 | 151 | 216 | 0 | 54 | 30 | 32 | 515 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10001110 | 0 | 101100 | 11000 | 11010 | 101001101 | 100110 | 111001 |
Color Harmonies of #BC698E
Complementary color
Monochromatic Colors of #BC698E
Black with #BC698E
Text Example
Text Example
White with #BC698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC698E; }
p { color: rgb(188,105,142); }
H1.HeaderClassName
{
color: #BC698E;
}
.AnyTagClassName
{
color: #BC698E;
}
</style>
background-color css
<style>
a { background-color: #BC698E; }
a { background-color: rgb(188,105,142); }
div.DivClassName
{
background-color: #BC698E;
}
.BgClassName
{
background-color: #BC698E;
}
</style>
border-color css
<style>
span { border-color: #BC698E; }
span { border-color: rgb(188,105,142); }
td.TdClassName
{
border-color: #BC698E;
}
.TagClassName
{
border-color: #BC698E;
}
</style>