Shades of Hopbush #BD699C
Tints of Hopbush #BD699C
RGB
CMYK
RGB Variations
Color information
#BD699C (or 0xBD699C) is known color: Hopbush. HEX triplet: BD, 69 and 9C. RGB value is (189,105,156). Sum of RGB (Red+Green+Blue) = 189+105+156=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD699C is #429663. Grayscale: #878787. Windows color (decimal): -4363876 or 10250685. OLE color: 10250685.
HSL color Cylindrical-coordinate representation of color #BD699C: hue angle of 323.57º 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 #BD699C is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 156 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.26 |
| HSL | 323.57º | 0.39% | 0.58% | - |
| HSV(B) | 323.57º | 0.44% | 0.74% | - |
| XYZ | 32.04 | 23.32 | 34.27 | - |
| YUV | 135.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 156 | 0 | 0.44 | 0.17 | 0.26 | 323.57 | 0.39 | 0.58 |
| Hex | BD | 69 | 9C | 0 | 2C | 11 | 1A | 144 | 27 | 3A |
| Octal | 275 | 151 | 234 | 0 | 54 | 21 | 32 | 504 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10011100 | 0 | 101100 | 10001 | 11010 | 101000100 | 100111 | 111010 |
Color Harmonies of #BD699C
Complementary color
Monochromatic Colors of #BD699C
Black with #BD699C
Text Example
Text Example
White with #BD699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD699C; }
p { color: rgb(189,105,156); }
H1.HeaderClassName
{
color: #BD699C;
}
.AnyTagClassName
{
color: #BD699C;
}
</style>
background-color css
<style>
a { background-color: #BD699C; }
a { background-color: rgb(189,105,156); }
div.DivClassName
{
background-color: #BD699C;
}
.BgClassName
{
background-color: #BD699C;
}
</style>
border-color css
<style>
span { border-color: #BD699C; }
span { border-color: rgb(189,105,156); }
td.TdClassName
{
border-color: #BD699C;
}
.TagClassName
{
border-color: #BD699C;
}
</style>