Shades of Bouquet #BD7DA2
Tints of Bouquet #BD7DA2
RGB
CMYK
RGB Variations
Color information
#BD7DA2 (or 0xBD7DA2) is known color: Bouquet. HEX triplet: BD, 7D and A2. RGB value is (189,125,162). Sum of RGB (Red+Green+Blue) = 189+125+162=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DA2 is #42825D. Grayscale: #949494. Windows color (decimal): -4358750 or 10649021. OLE color: 10649021.
HSL color Cylindrical-coordinate representation of color #BD7DA2: hue angle of 325.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 162 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.26 |
| HSL | 325.31º | 0.33% | 0.62% | - |
| HSV(B) | 325.31º | 0.34% | 0.74% | - |
| XYZ | 34.84 | 28.09 | 37.77 | - |
| YUV | 148.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 162 | 0 | 0.34 | 0.14 | 0.26 | 325.31 | 0.33 | 0.62 |
| Hex | BD | 7D | A2 | 0 | 22 | E | 1A | 145 | 21 | 3E |
| Octal | 275 | 175 | 242 | 0 | 42 | 16 | 32 | 505 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10100010 | 0 | 100010 | 1110 | 11010 | 101000101 | 100001 | 111110 |
Color Harmonies of #BD7DA2
Complementary color
Monochromatic Colors of #BD7DA2
Black with #BD7DA2
Text Example
Text Example
White with #BD7DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DA2; }
p { color: rgb(189,125,162); }
H1.HeaderClassName
{
color: #BD7DA2;
}
.AnyTagClassName
{
color: #BD7DA2;
}
</style>
background-color css
<style>
a { background-color: #BD7DA2; }
a { background-color: rgb(189,125,162); }
div.DivClassName
{
background-color: #BD7DA2;
}
.BgClassName
{
background-color: #BD7DA2;
}
</style>
border-color css
<style>
span { border-color: #BD7DA2; }
span { border-color: rgb(189,125,162); }
td.TdClassName
{
border-color: #BD7DA2;
}
.TagClassName
{
border-color: #BD7DA2;
}
</style>