Shades of Bouquet #BD84AA
Tints of Bouquet #BD84AA
RGB
CMYK
RGB Variations
Color information
#BD84AA (or 0xBD84AA) is known color: Bouquet. HEX triplet: BD, 84 and AA. RGB value is (189,132,170). Sum of RGB (Red+Green+Blue) = 189+132+170=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD84AA is #427B55. Grayscale: #999999. Windows color (decimal): -4356950 or 11175101. OLE color: 11175101.
HSL color Cylindrical-coordinate representation of color #BD84AA: hue angle of 320º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD84AA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 170 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.26 |
| HSL | 320º | 0.3% | 0.63% | - |
| HSV(B) | 320º | 0.3% | 0.74% | - |
| XYZ | 36.49 | 30.22 | 41.94 | - |
| YUV | 153.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 170 | 0 | 0.30 | 0.10 | 0.26 | 320 | 0.3 | 0.63 |
| Hex | BD | 84 | AA | 0 | 1E | A | 1A | 140 | 1E | 3F |
| Octal | 275 | 204 | 252 | 0 | 36 | 12 | 32 | 500 | 36 | 77 |
| Binary | 10111101 | 10000100 | 10101010 | 0 | 11110 | 1010 | 11010 | 101000000 | 11110 | 111111 |
Color Harmonies of #BD84AA
Complementary color
Monochromatic Colors of #BD84AA
Black with #BD84AA
Text Example
Text Example
White with #BD84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84AA; }
p { color: rgb(189,132,170); }
H1.HeaderClassName
{
color: #BD84AA;
}
.AnyTagClassName
{
color: #BD84AA;
}
</style>
background-color css
<style>
a { background-color: #BD84AA; }
a { background-color: rgb(189,132,170); }
div.DivClassName
{
background-color: #BD84AA;
}
.BgClassName
{
background-color: #BD84AA;
}
</style>
border-color css
<style>
span { border-color: #BD84AA; }
span { border-color: rgb(189,132,170); }
td.TdClassName
{
border-color: #BD84AA;
}
.TagClassName
{
border-color: #BD84AA;
}
</style>