Shades of Bouquet #BD7AAB
Tints of Bouquet #BD7AAB
RGB
CMYK
RGB Variations
Color information
#BD7AAB (or 0xBD7AAB) is known color: Bouquet. HEX triplet: BD, 7A and AB. RGB value is (189,122,171). Sum of RGB (Red+Green+Blue) = 189+122+171=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AAB is #428554. Grayscale: #939393. Windows color (decimal): -4359509 or 11238077. OLE color: 11238077.
HSL color Cylindrical-coordinate representation of color #BD7AAB: hue angle of 316.12º 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 #BD7AAB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 171 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.26 |
| HSL | 316.12º | 0.34% | 0.61% | - |
| HSV(B) | 316.12º | 0.35% | 0.74% | - |
| XYZ | 35.3 | 27.68 | 42.01 | - |
| YUV | 147.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 171 | 0 | 0.35 | 0.10 | 0.26 | 316.12 | 0.34 | 0.61 |
| Hex | BD | 7A | AB | 0 | 23 | A | 1A | 13C | 22 | 3D |
| Octal | 275 | 172 | 253 | 0 | 43 | 12 | 32 | 474 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10101011 | 0 | 100011 | 1010 | 11010 | 100111100 | 100010 | 111101 |
Color Harmonies of #BD7AAB
Complementary color
Monochromatic Colors of #BD7AAB
Black with #BD7AAB
Text Example
Text Example
White with #BD7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AAB; }
p { color: rgb(189,122,171); }
H1.HeaderClassName
{
color: #BD7AAB;
}
.AnyTagClassName
{
color: #BD7AAB;
}
</style>
background-color css
<style>
a { background-color: #BD7AAB; }
a { background-color: rgb(189,122,171); }
div.DivClassName
{
background-color: #BD7AAB;
}
.BgClassName
{
background-color: #BD7AAB;
}
</style>
border-color css
<style>
span { border-color: #BD7AAB; }
span { border-color: rgb(189,122,171); }
td.TdClassName
{
border-color: #BD7AAB;
}
.TagClassName
{
border-color: #BD7AAB;
}
</style>