Shades of Hopbush #BD6C96
Tints of Hopbush #BD6C96
RGB
CMYK
RGB Variations
Color information
#BD6C96 (or 0xBD6C96) is known color: Hopbush. HEX triplet: BD, 6C and 96. RGB value is (189,108,150). Sum of RGB (Red+Green+Blue) = 189+108+150=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C96 is #429369. Grayscale: #888888. Windows color (decimal): -4363114 or 9858237. OLE color: 9858237.
HSL color Cylindrical-coordinate representation of color #BD6C96: hue angle of 328.89º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C96 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 150 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.26 |
| HSL | 328.89º | 0.38% | 0.58% | - |
| HSV(B) | 328.89º | 0.43% | 0.74% | - |
| XYZ | 31.85 | 23.75 | 31.76 | - |
| YUV | 137.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 150 | 0 | 0.43 | 0.21 | 0.26 | 328.89 | 0.38 | 0.58 |
| Hex | BD | 6C | 96 | 0 | 2B | 15 | 1A | 149 | 26 | 3A |
| Octal | 275 | 154 | 226 | 0 | 53 | 25 | 32 | 511 | 46 | 72 |
| Binary | 10111101 | 1101100 | 10010110 | 0 | 101011 | 10101 | 11010 | 101001001 | 100110 | 111010 |
Color Harmonies of #BD6C96
Complementary color
Monochromatic Colors of #BD6C96
Black with #BD6C96
Text Example
Text Example
White with #BD6C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C96; }
p { color: rgb(189,108,150); }
H1.HeaderClassName
{
color: #BD6C96;
}
.AnyTagClassName
{
color: #BD6C96;
}
</style>
background-color css
<style>
a { background-color: #BD6C96; }
a { background-color: rgb(189,108,150); }
div.DivClassName
{
background-color: #BD6C96;
}
.BgClassName
{
background-color: #BD6C96;
}
</style>
border-color css
<style>
span { border-color: #BD6C96; }
span { border-color: rgb(189,108,150); }
td.TdClassName
{
border-color: #BD6C96;
}
.TagClassName
{
border-color: #BD6C96;
}
</style>