Shades of Bouquet #BD7DAA
Tints of Bouquet #BD7DAA
RGB
CMYK
RGB Variations
Color information
#BD7DAA (or 0xBD7DAA) is known color: Bouquet. HEX triplet: BD, 7D and AA. RGB value is (189,125,170). Sum of RGB (Red+Green+Blue) = 189+125+170=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DAA is #428255. Grayscale: #959595. Windows color (decimal): -4358742 or 11173309. OLE color: 11173309.
HSL color Cylindrical-coordinate representation of color #BD7DAA: hue angle of 317.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7DAA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 170 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.26 |
| HSL | 317.81º | 0.33% | 0.62% | - |
| HSV(B) | 317.81º | 0.34% | 0.74% | - |
| XYZ | 35.58 | 28.39 | 41.63 | - |
| YUV | 149.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 170 | 0 | 0.34 | 0.10 | 0.26 | 317.81 | 0.33 | 0.62 |
| Hex | BD | 7D | AA | 0 | 22 | A | 1A | 13E | 21 | 3E |
| Octal | 275 | 175 | 252 | 0 | 42 | 12 | 32 | 476 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10101010 | 0 | 100010 | 1010 | 11010 | 100111110 | 100001 | 111110 |
Color Harmonies of #BD7DAA
Complementary color
Monochromatic Colors of #BD7DAA
Black with #BD7DAA
Text Example
Text Example
White with #BD7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DAA; }
p { color: rgb(189,125,170); }
H1.HeaderClassName
{
color: #BD7DAA;
}
.AnyTagClassName
{
color: #BD7DAA;
}
</style>
background-color css
<style>
a { background-color: #BD7DAA; }
a { background-color: rgb(189,125,170); }
div.DivClassName
{
background-color: #BD7DAA;
}
.BgClassName
{
background-color: #BD7DAA;
}
</style>
border-color css
<style>
span { border-color: #BD7DAA; }
span { border-color: rgb(189,125,170); }
td.TdClassName
{
border-color: #BD7DAA;
}
.TagClassName
{
border-color: #BD7DAA;
}
</style>