Shades of Hopbush #BD789C
Tints of Hopbush #BD789C
RGB
CMYK
RGB Variations
Color information
#BD789C (or 0xBD789C) is known color: Hopbush. HEX triplet: BD, 78 and 9C. RGB value is (189,120,156). Sum of RGB (Red+Green+Blue) = 189+120+156=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD789C is #428763. Grayscale: #909090. Windows color (decimal): -4360036 or 10254525. OLE color: 10254525.
HSL color Cylindrical-coordinate representation of color #BD789C: hue angle of 328.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD789C is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 156 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.26 |
| HSL | 328.7º | 0.34% | 0.61% | - |
| HSV(B) | 328.7º | 0.37% | 0.74% | - |
| XYZ | 33.7 | 26.65 | 34.82 | - |
| YUV | 144.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 156 | 0 | 0.37 | 0.17 | 0.26 | 328.7 | 0.34 | 0.61 |
| Hex | BD | 78 | 9C | 0 | 25 | 11 | 1A | 149 | 22 | 3D |
| Octal | 275 | 170 | 234 | 0 | 45 | 21 | 32 | 511 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10011100 | 0 | 100101 | 10001 | 11010 | 101001001 | 100010 | 111101 |
Color Harmonies of #BD789C
Complementary color
Monochromatic Colors of #BD789C
Black with #BD789C
Text Example
Text Example
White with #BD789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD789C; }
p { color: rgb(189,120,156); }
H1.HeaderClassName
{
color: #BD789C;
}
.AnyTagClassName
{
color: #BD789C;
}
</style>
background-color css
<style>
a { background-color: #BD789C; }
a { background-color: rgb(189,120,156); }
div.DivClassName
{
background-color: #BD789C;
}
.BgClassName
{
background-color: #BD789C;
}
</style>
border-color css
<style>
span { border-color: #BD789C; }
span { border-color: rgb(189,120,156); }
td.TdClassName
{
border-color: #BD789C;
}
.TagClassName
{
border-color: #BD789C;
}
</style>