Shades of Bouquet #BD7AA5
Tints of Bouquet #BD7AA5
RGB
CMYK
RGB Variations
Color information
#BD7AA5 (or 0xBD7AA5) is known color: Bouquet. HEX triplet: BD, 7A and A5. RGB value is (189,122,165). Sum of RGB (Red+Green+Blue) = 189+122+165=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AA5 is #42855A. Grayscale: #929292. Windows color (decimal): -4359515 or 10844861. OLE color: 10844861.
HSL color Cylindrical-coordinate representation of color #BD7AA5: hue angle of 321.49º 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 #BD7AA5 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 165 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.26 |
| HSL | 321.49º | 0.34% | 0.61% | - |
| HSV(B) | 321.49º | 0.35% | 0.74% | - |
| XYZ | 34.74 | 27.45 | 39.07 | - |
| YUV | 146.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 165 | 0 | 0.35 | 0.13 | 0.26 | 321.49 | 0.34 | 0.61 |
| Hex | BD | 7A | A5 | 0 | 23 | D | 1A | 141 | 22 | 3D |
| Octal | 275 | 172 | 245 | 0 | 43 | 15 | 32 | 501 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10100101 | 0 | 100011 | 1101 | 11010 | 101000001 | 100010 | 111101 |
Color Harmonies of #BD7AA5
Complementary color
Monochromatic Colors of #BD7AA5
Black with #BD7AA5
Text Example
Text Example
White with #BD7AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AA5; }
p { color: rgb(189,122,165); }
H1.HeaderClassName
{
color: #BD7AA5;
}
.AnyTagClassName
{
color: #BD7AA5;
}
</style>
background-color css
<style>
a { background-color: #BD7AA5; }
a { background-color: rgb(189,122,165); }
div.DivClassName
{
background-color: #BD7AA5;
}
.BgClassName
{
background-color: #BD7AA5;
}
</style>
border-color css
<style>
span { border-color: #BD7AA5; }
span { border-color: rgb(189,122,165); }
td.TdClassName
{
border-color: #BD7AA5;
}
.TagClassName
{
border-color: #BD7AA5;
}
</style>