Shades of Bouquet #BD80AA
Tints of Bouquet #BD80AA
RGB
CMYK
RGB Variations
Color information
#BD80AA (or 0xBD80AA) is known color: Bouquet. HEX triplet: BD, 80 and AA. RGB value is (189,128,170). Sum of RGB (Red+Green+Blue) = 189+128+170=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80AA is #427F55. Grayscale: #969696. Windows color (decimal): -4357974 or 11174077. OLE color: 11174077.
HSL color Cylindrical-coordinate representation of color #BD80AA: hue angle of 318.69º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80AA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 170 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.26 |
| HSL | 318.69º | 0.32% | 0.62% | - |
| HSV(B) | 318.69º | 0.32% | 0.74% | - |
| XYZ | 35.96 | 29.16 | 41.76 | - |
| YUV | 151.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 170 | 0 | 0.32 | 0.10 | 0.26 | 318.69 | 0.32 | 0.62 |
| Hex | BD | 80 | AA | 0 | 20 | A | 1A | 13F | 20 | 3E |
| Octal | 275 | 200 | 252 | 0 | 40 | 12 | 32 | 477 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10101010 | 0 | 100000 | 1010 | 11010 | 100111111 | 100000 | 111110 |
Color Harmonies of #BD80AA
Complementary color
Monochromatic Colors of #BD80AA
Black with #BD80AA
Text Example
Text Example
White with #BD80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80AA; }
p { color: rgb(189,128,170); }
H1.HeaderClassName
{
color: #BD80AA;
}
.AnyTagClassName
{
color: #BD80AA;
}
</style>
background-color css
<style>
a { background-color: #BD80AA; }
a { background-color: rgb(189,128,170); }
div.DivClassName
{
background-color: #BD80AA;
}
.BgClassName
{
background-color: #BD80AA;
}
</style>
border-color css
<style>
span { border-color: #BD80AA; }
span { border-color: rgb(189,128,170); }
td.TdClassName
{
border-color: #BD80AA;
}
.TagClassName
{
border-color: #BD80AA;
}
</style>