Shades of Bouquet #BD82AA
Tints of Bouquet #BD82AA
RGB
CMYK
RGB Variations
Color information
#BD82AA (or 0xBD82AA) is known color: Bouquet. HEX triplet: BD, 82 and AA. RGB value is (189,130,170). Sum of RGB (Red+Green+Blue) = 189+130+170=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD82AA is #427D55. Grayscale: #989898. Windows color (decimal): -4357462 or 11174589. OLE color: 11174589.
HSL color Cylindrical-coordinate representation of color #BD82AA: hue angle of 319.32º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD82AA is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 170 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.26 |
| HSL | 319.32º | 0.31% | 0.63% | - |
| HSV(B) | 319.32º | 0.31% | 0.74% | - |
| XYZ | 36.22 | 29.69 | 41.85 | - |
| YUV | 152.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 170 | 0 | 0.31 | 0.10 | 0.26 | 319.32 | 0.31 | 0.63 |
| Hex | BD | 82 | AA | 0 | 1F | A | 1A | 13F | 1F | 3F |
| Octal | 275 | 202 | 252 | 0 | 37 | 12 | 32 | 477 | 37 | 77 |
| Binary | 10111101 | 10000010 | 10101010 | 0 | 11111 | 1010 | 11010 | 100111111 | 11111 | 111111 |
Color Harmonies of #BD82AA
Complementary color
Monochromatic Colors of #BD82AA
Black with #BD82AA
Text Example
Text Example
White with #BD82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82AA; }
p { color: rgb(189,130,170); }
H1.HeaderClassName
{
color: #BD82AA;
}
.AnyTagClassName
{
color: #BD82AA;
}
</style>
background-color css
<style>
a { background-color: #BD82AA; }
a { background-color: rgb(189,130,170); }
div.DivClassName
{
background-color: #BD82AA;
}
.BgClassName
{
background-color: #BD82AA;
}
</style>
border-color css
<style>
span { border-color: #BD82AA; }
span { border-color: rgb(189,130,170); }
td.TdClassName
{
border-color: #BD82AA;
}
.TagClassName
{
border-color: #BD82AA;
}
</style>