Shades of Bouquet #BD80AB
Tints of Bouquet #BD80AB
RGB
CMYK
RGB Variations
Color information
#BD80AB (or 0xBD80AB) is known color: Bouquet. HEX triplet: BD, 80 and AB. RGB value is (189,128,171). Sum of RGB (Red+Green+Blue) = 189+128+171=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80AB is #427F54. Grayscale: #979797. Windows color (decimal): -4357973 or 11239613. OLE color: 11239613.
HSL color Cylindrical-coordinate representation of color #BD80AB: hue angle of 317.7º 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 #BD80AB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 171 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.26 |
| HSL | 317.7º | 0.32% | 0.62% | - |
| HSV(B) | 317.7º | 0.32% | 0.74% | - |
| XYZ | 36.06 | 29.2 | 42.26 | - |
| YUV | 151.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 171 | 0 | 0.32 | 0.10 | 0.26 | 317.7 | 0.32 | 0.62 |
| Hex | BD | 80 | AB | 0 | 20 | A | 1A | 13E | 20 | 3E |
| Octal | 275 | 200 | 253 | 0 | 40 | 12 | 32 | 476 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10101011 | 0 | 100000 | 1010 | 11010 | 100111110 | 100000 | 111110 |
Color Harmonies of #BD80AB
Complementary color
Monochromatic Colors of #BD80AB
Black with #BD80AB
Text Example
Text Example
White with #BD80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80AB; }
p { color: rgb(189,128,171); }
H1.HeaderClassName
{
color: #BD80AB;
}
.AnyTagClassName
{
color: #BD80AB;
}
</style>
background-color css
<style>
a { background-color: #BD80AB; }
a { background-color: rgb(189,128,171); }
div.DivClassName
{
background-color: #BD80AB;
}
.BgClassName
{
background-color: #BD80AB;
}
</style>
border-color css
<style>
span { border-color: #BD80AB; }
span { border-color: rgb(189,128,171); }
td.TdClassName
{
border-color: #BD80AB;
}
.TagClassName
{
border-color: #BD80AB;
}
</style>