Shades of Bouquet #BD7CAB
Tints of Bouquet #BD7CAB
RGB
CMYK
RGB Variations
Color information
#BD7CAB (or 0xBD7CAB) is known color: Bouquet. HEX triplet: BD, 7C and AB. RGB value is (189,124,171). Sum of RGB (Red+Green+Blue) = 189+124+171=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7CAB is #428354. Grayscale: #949494. Windows color (decimal): -4358997 or 11238589. OLE color: 11238589.
HSL color Cylindrical-coordinate representation of color #BD7CAB: hue angle of 316.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7CAB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 171 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.26 |
| HSL | 316.62º | 0.33% | 0.61% | - |
| HSV(B) | 316.62º | 0.34% | 0.74% | - |
| XYZ | 35.54 | 28.17 | 42.09 | - |
| YUV | 148.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 171 | 0 | 0.34 | 0.10 | 0.26 | 316.62 | 0.33 | 0.61 |
| Hex | BD | 7C | AB | 0 | 22 | A | 1A | 13D | 21 | 3D |
| Octal | 275 | 174 | 253 | 0 | 42 | 12 | 32 | 475 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10101011 | 0 | 100010 | 1010 | 11010 | 100111101 | 100001 | 111101 |
Color Harmonies of #BD7CAB
Complementary color
Monochromatic Colors of #BD7CAB
Black with #BD7CAB
Text Example
Text Example
White with #BD7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CAB; }
p { color: rgb(189,124,171); }
H1.HeaderClassName
{
color: #BD7CAB;
}
.AnyTagClassName
{
color: #BD7CAB;
}
</style>
background-color css
<style>
a { background-color: #BD7CAB; }
a { background-color: rgb(189,124,171); }
div.DivClassName
{
background-color: #BD7CAB;
}
.BgClassName
{
background-color: #BD7CAB;
}
</style>
border-color css
<style>
span { border-color: #BD7CAB; }
span { border-color: rgb(189,124,171); }
td.TdClassName
{
border-color: #BD7CAB;
}
.TagClassName
{
border-color: #BD7CAB;
}
</style>