Shades of Hopbush #BC669C
Tints of Hopbush #BC669C
RGB
CMYK
RGB Variations
Color information
#BC669C (or 0xBC669C) is known color: Hopbush. HEX triplet: BC, 66 and 9C. RGB value is (188,102,156). Sum of RGB (Red+Green+Blue) = 188+102+156=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC669C is #439963. Grayscale: #858585. Windows color (decimal): -4430180 or 10249916. OLE color: 10249916.
HSL color Cylindrical-coordinate representation of color #BC669C: hue angle of 322.33º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC669C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 156 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.26 |
| HSL | 322.33º | 0.39% | 0.57% | - |
| HSV(B) | 322.33º | 0.46% | 0.74% | - |
| XYZ | 31.49 | 22.59 | 34.15 | - |
| YUV | 133.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 156 | 0 | 0.46 | 0.17 | 0.26 | 322.33 | 0.39 | 0.57 |
| Hex | BC | 66 | 9C | 0 | 2E | 11 | 1A | 142 | 27 | 39 |
| Octal | 274 | 146 | 234 | 0 | 56 | 21 | 32 | 502 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10011100 | 0 | 101110 | 10001 | 11010 | 101000010 | 100111 | 111001 |
Color Harmonies of #BC669C
Complementary color
Monochromatic Colors of #BC669C
Black with #BC669C
Text Example
Text Example
White with #BC669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC669C; }
p { color: rgb(188,102,156); }
H1.HeaderClassName
{
color: #BC669C;
}
.AnyTagClassName
{
color: #BC669C;
}
</style>
background-color css
<style>
a { background-color: #BC669C; }
a { background-color: rgb(188,102,156); }
div.DivClassName
{
background-color: #BC669C;
}
.BgClassName
{
background-color: #BC669C;
}
</style>
border-color css
<style>
span { border-color: #BC669C; }
span { border-color: rgb(188,102,156); }
td.TdClassName
{
border-color: #BC669C;
}
.TagClassName
{
border-color: #BC669C;
}
</style>