Shades of Bouquet #BD7DA3
Tints of Bouquet #BD7DA3
RGB
CMYK
RGB Variations
Color information
#BD7DA3 (or 0xBD7DA3) is known color: Bouquet. HEX triplet: BD, 7D and A3. RGB value is (189,125,163). Sum of RGB (Red+Green+Blue) = 189+125+163=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DA3 is #42825C. Grayscale: #949494. Windows color (decimal): -4358749 or 10714557. OLE color: 10714557.
HSL color Cylindrical-coordinate representation of color #BD7DA3: hue angle of 324.38º 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 #BD7DA3 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 163 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.26 |
| HSL | 324.38º | 0.33% | 0.62% | - |
| HSV(B) | 324.38º | 0.34% | 0.74% | - |
| XYZ | 34.93 | 28.13 | 38.24 | - |
| YUV | 148.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 163 | 0 | 0.34 | 0.14 | 0.26 | 324.38 | 0.33 | 0.62 |
| Hex | BD | 7D | A3 | 0 | 22 | E | 1A | 144 | 21 | 3E |
| Octal | 275 | 175 | 243 | 0 | 42 | 16 | 32 | 504 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10100011 | 0 | 100010 | 1110 | 11010 | 101000100 | 100001 | 111110 |
Color Harmonies of #BD7DA3
Complementary color
Monochromatic Colors of #BD7DA3
Black with #BD7DA3
Text Example
Text Example
White with #BD7DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DA3; }
p { color: rgb(189,125,163); }
H1.HeaderClassName
{
color: #BD7DA3;
}
.AnyTagClassName
{
color: #BD7DA3;
}
</style>
background-color css
<style>
a { background-color: #BD7DA3; }
a { background-color: rgb(189,125,163); }
div.DivClassName
{
background-color: #BD7DA3;
}
.BgClassName
{
background-color: #BD7DA3;
}
</style>
border-color css
<style>
span { border-color: #BD7DA3; }
span { border-color: rgb(189,125,163); }
td.TdClassName
{
border-color: #BD7DA3;
}
.TagClassName
{
border-color: #BD7DA3;
}
</style>