Shades of Hopbush #BD698F
Tints of Hopbush #BD698F
RGB
CMYK
RGB Variations
Color information
#BD698F (or 0xBD698F) is known color: Hopbush. HEX triplet: BD, 69 and 8F. RGB value is (189,105,143). Sum of RGB (Red+Green+Blue) = 189+105+143=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698F is #429670. Grayscale: #868686. Windows color (decimal): -4363889 or 9398717. OLE color: 9398717.
HSL color Cylindrical-coordinate representation of color #BD698F: hue angle of 332.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD698F is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 143 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.26 |
| HSL | 332.86º | 0.39% | 0.58% | - |
| HSV(B) | 332.86º | 0.44% | 0.74% | - |
| XYZ | 31 | 22.91 | 28.77 | - |
| YUV | 134.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 143 | 0 | 0.44 | 0.24 | 0.26 | 332.86 | 0.39 | 0.58 |
| Hex | BD | 69 | 8F | 0 | 2C | 18 | 1A | 14D | 27 | 3A |
| Octal | 275 | 151 | 217 | 0 | 54 | 30 | 32 | 515 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10001111 | 0 | 101100 | 11000 | 11010 | 101001101 | 100111 | 111010 |
Color Harmonies of #BD698F
Complementary color
Monochromatic Colors of #BD698F
Black with #BD698F
Text Example
Text Example
White with #BD698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD698F; }
p { color: rgb(189,105,143); }
H1.HeaderClassName
{
color: #BD698F;
}
.AnyTagClassName
{
color: #BD698F;
}
</style>
background-color css
<style>
a { background-color: #BD698F; }
a { background-color: rgb(189,105,143); }
div.DivClassName
{
background-color: #BD698F;
}
.BgClassName
{
background-color: #BD698F;
}
</style>
border-color css
<style>
span { border-color: #BD698F; }
span { border-color: rgb(189,105,143); }
td.TdClassName
{
border-color: #BD698F;
}
.TagClassName
{
border-color: #BD698F;
}
</style>