Shades of Bouquet #BD80A0
Tints of Bouquet #BD80A0
RGB
CMYK
RGB Variations
Color information
#BD80A0 (or 0xBD80A0) is known color: Bouquet. HEX triplet: BD, 80 and A0. RGB value is (189,128,160). Sum of RGB (Red+Green+Blue) = 189+128+160=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80A0 is #427F5F. Grayscale: #959595. Windows color (decimal): -4357984 or 10518717. OLE color: 10518717.
HSL color Cylindrical-coordinate representation of color #BD80A0: hue angle of 328.52º 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 #BD80A0 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 160 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.26 |
| HSL | 328.52º | 0.32% | 0.62% | - |
| HSV(B) | 328.52º | 0.32% | 0.74% | - |
| XYZ | 35.05 | 28.8 | 36.97 | - |
| YUV | 149.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 160 | 0 | 0.32 | 0.15 | 0.26 | 328.52 | 0.32 | 0.62 |
| Hex | BD | 80 | A0 | 0 | 20 | F | 1A | 149 | 20 | 3E |
| Octal | 275 | 200 | 240 | 0 | 40 | 17 | 32 | 511 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10100000 | 0 | 100000 | 1111 | 11010 | 101001001 | 100000 | 111110 |
Color Harmonies of #BD80A0
Complementary color
Monochromatic Colors of #BD80A0
Black with #BD80A0
Text Example
Text Example
White with #BD80A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80A0; }
p { color: rgb(189,128,160); }
H1.HeaderClassName
{
color: #BD80A0;
}
.AnyTagClassName
{
color: #BD80A0;
}
</style>
background-color css
<style>
a { background-color: #BD80A0; }
a { background-color: rgb(189,128,160); }
div.DivClassName
{
background-color: #BD80A0;
}
.BgClassName
{
background-color: #BD80A0;
}
</style>
border-color css
<style>
span { border-color: #BD80A0; }
span { border-color: rgb(189,128,160); }
td.TdClassName
{
border-color: #BD80A0;
}
.TagClassName
{
border-color: #BD80A0;
}
</style>