Shades of Bouquet #BD7AA2
Tints of Bouquet #BD7AA2
RGB
CMYK
RGB Variations
Color information
#BD7AA2 (or 0xBD7AA2) is known color: Bouquet. HEX triplet: BD, 7A and A2. RGB value is (189,122,162). Sum of RGB (Red+Green+Blue) = 189+122+162=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AA2 is #42855D. Grayscale: #929292. Windows color (decimal): -4359518 or 10648253. OLE color: 10648253.
HSL color Cylindrical-coordinate representation of color #BD7AA2: hue angle of 324.18º 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 #BD7AA2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 162 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.26 |
| HSL | 324.18º | 0.34% | 0.61% | - |
| HSV(B) | 324.18º | 0.35% | 0.74% | - |
| XYZ | 34.47 | 27.35 | 37.64 | - |
| YUV | 146.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 162 | 0 | 0.35 | 0.14 | 0.26 | 324.18 | 0.34 | 0.61 |
| Hex | BD | 7A | A2 | 0 | 23 | E | 1A | 144 | 22 | 3D |
| Octal | 275 | 172 | 242 | 0 | 43 | 16 | 32 | 504 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10100010 | 0 | 100011 | 1110 | 11010 | 101000100 | 100010 | 111101 |
Color Harmonies of #BD7AA2
Complementary color
Monochromatic Colors of #BD7AA2
Black with #BD7AA2
Text Example
Text Example
White with #BD7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AA2; }
p { color: rgb(189,122,162); }
H1.HeaderClassName
{
color: #BD7AA2;
}
.AnyTagClassName
{
color: #BD7AA2;
}
</style>
background-color css
<style>
a { background-color: #BD7AA2; }
a { background-color: rgb(189,122,162); }
div.DivClassName
{
background-color: #BD7AA2;
}
.BgClassName
{
background-color: #BD7AA2;
}
</style>
border-color css
<style>
span { border-color: #BD7AA2; }
span { border-color: rgb(189,122,162); }
td.TdClassName
{
border-color: #BD7AA2;
}
.TagClassName
{
border-color: #BD7AA2;
}
</style>