Shades of Bouquet #BD789E
Tints of Bouquet #BD789E
RGB
CMYK
RGB Variations
Color information
#BD789E (or 0xBD789E) is known color: Bouquet. HEX triplet: BD, 78 and 9E. RGB value is (189,120,158). Sum of RGB (Red+Green+Blue) = 189+120+158=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD789E is #428761. Grayscale: #909090. Windows color (decimal): -4360034 or 10385597. OLE color: 10385597.
HSL color Cylindrical-coordinate representation of color #BD789E: hue angle of 326.96º 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 #BD789E is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 158 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.26 |
| HSL | 326.96º | 0.34% | 0.61% | - |
| HSV(B) | 326.96º | 0.37% | 0.74% | - |
| XYZ | 33.87 | 26.72 | 35.72 | - |
| YUV | 144.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 158 | 0 | 0.37 | 0.16 | 0.26 | 326.96 | 0.34 | 0.61 |
| Hex | BD | 78 | 9E | 0 | 25 | 10 | 1A | 147 | 22 | 3D |
| Octal | 275 | 170 | 236 | 0 | 45 | 20 | 32 | 507 | 42 | 75 |
| Binary | 10111101 | 1111000 | 10011110 | 0 | 100101 | 10000 | 11010 | 101000111 | 100010 | 111101 |
Color Harmonies of #BD789E
Complementary color
Monochromatic Colors of #BD789E
Black with #BD789E
Text Example
Text Example
White with #BD789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD789E; }
p { color: rgb(189,120,158); }
H1.HeaderClassName
{
color: #BD789E;
}
.AnyTagClassName
{
color: #BD789E;
}
</style>
background-color css
<style>
a { background-color: #BD789E; }
a { background-color: rgb(189,120,158); }
div.DivClassName
{
background-color: #BD789E;
}
.BgClassName
{
background-color: #BD789E;
}
</style>
border-color css
<style>
span { border-color: #BD789E; }
span { border-color: rgb(189,120,158); }
td.TdClassName
{
border-color: #BD789E;
}
.TagClassName
{
border-color: #BD789E;
}
</style>