Shades of Bouquet #BD7BAC
Tints of Bouquet #BD7BAC
RGB
CMYK
RGB Variations
Color information
#BD7BAC (or 0xBD7BAC) is known color: Bouquet. HEX triplet: BD, 7B and AC. RGB value is (189,123,172). Sum of RGB (Red+Green+Blue) = 189+123+172=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAC is #428453. Grayscale: #949494. Windows color (decimal): -4359252 or 11303869. OLE color: 11303869.
HSL color Cylindrical-coordinate representation of color #BD7BAC: hue angle of 315.45º degrees, saturation: 0.33, 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 #BD7BAC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 172 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.26 |
| HSL | 315.45º | 0.33% | 0.61% | - |
| HSV(B) | 315.45º | 0.35% | 0.74% | - |
| XYZ | 35.52 | 27.96 | 42.56 | - |
| YUV | 148.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 172 | 0 | 0.35 | 0.09 | 0.26 | 315.45 | 0.33 | 0.61 |
| Hex | BD | 7B | AC | 0 | 23 | 9 | 1A | 13B | 21 | 3D |
| Octal | 275 | 173 | 254 | 0 | 43 | 11 | 32 | 473 | 41 | 75 |
| Binary | 10111101 | 1111011 | 10101100 | 0 | 100011 | 1001 | 11010 | 100111011 | 100001 | 111101 |
Color Harmonies of #BD7BAC
Complementary color
Monochromatic Colors of #BD7BAC
Black with #BD7BAC
Text Example
Text Example
White with #BD7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BAC; }
p { color: rgb(189,123,172); }
H1.HeaderClassName
{
color: #BD7BAC;
}
.AnyTagClassName
{
color: #BD7BAC;
}
</style>
background-color css
<style>
a { background-color: #BD7BAC; }
a { background-color: rgb(189,123,172); }
div.DivClassName
{
background-color: #BD7BAC;
}
.BgClassName
{
background-color: #BD7BAC;
}
</style>
border-color css
<style>
span { border-color: #BD7BAC; }
span { border-color: rgb(189,123,172); }
td.TdClassName
{
border-color: #BD7BAC;
}
.TagClassName
{
border-color: #BD7BAC;
}
</style>