Shades of Bouquet #BD7AA8
Tints of Bouquet #BD7AA8
RGB
CMYK
RGB Variations
Color information
#BD7AA8 (or 0xBD7AA8) is known color: Bouquet. HEX triplet: BD, 7A and A8. RGB value is (189,122,168). Sum of RGB (Red+Green+Blue) = 189+122+168=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AA8 is #428557. Grayscale: #939393. Windows color (decimal): -4359512 or 11041469. OLE color: 11041469.
HSL color Cylindrical-coordinate representation of color #BD7AA8: hue angle of 318.81º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7AA8 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 168 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.26 |
| HSL | 318.81º | 0.34% | 0.61% | - |
| HSV(B) | 318.81º | 0.35% | 0.74% | - |
| XYZ | 35.01 | 27.57 | 40.52 | - |
| YUV | 147.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 168 | 0 | 0.35 | 0.11 | 0.26 | 318.81 | 0.34 | 0.61 |
| Hex | BD | 7A | A8 | 0 | 23 | B | 1A | 13F | 22 | 3D |
| Octal | 275 | 172 | 250 | 0 | 43 | 13 | 32 | 477 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10101000 | 0 | 100011 | 1011 | 11010 | 100111111 | 100010 | 111101 |
Color Harmonies of #BD7AA8
Complementary color
Monochromatic Colors of #BD7AA8
Black with #BD7AA8
Text Example
Text Example
White with #BD7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AA8; }
p { color: rgb(189,122,168); }
H1.HeaderClassName
{
color: #BD7AA8;
}
.AnyTagClassName
{
color: #BD7AA8;
}
</style>
background-color css
<style>
a { background-color: #BD7AA8; }
a { background-color: rgb(189,122,168); }
div.DivClassName
{
background-color: #BD7AA8;
}
.BgClassName
{
background-color: #BD7AA8;
}
</style>
border-color css
<style>
span { border-color: #BD7AA8; }
span { border-color: rgb(189,122,168); }
td.TdClassName
{
border-color: #BD7AA8;
}
.TagClassName
{
border-color: #BD7AA8;
}
</style>