Shades of Bouquet #BD80A2
Tints of Bouquet #BD80A2
RGB
CMYK
RGB Variations
Color information
#BD80A2 (or 0xBD80A2) is known color: Bouquet. HEX triplet: BD, 80 and A2. RGB value is (189,128,162). Sum of RGB (Red+Green+Blue) = 189+128+162=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80A2 is #427F5D. Grayscale: #969696. Windows color (decimal): -4357982 or 10649789. OLE color: 10649789.
HSL color Cylindrical-coordinate representation of color #BD80A2: hue angle of 326.56º 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 #BD80A2 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 162 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.26 |
| HSL | 326.56º | 0.32% | 0.62% | - |
| HSV(B) | 326.56º | 0.32% | 0.74% | - |
| XYZ | 35.23 | 28.87 | 37.9 | - |
| YUV | 150.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 162 | 0 | 0.32 | 0.14 | 0.26 | 326.56 | 0.32 | 0.62 |
| Hex | BD | 80 | A2 | 0 | 20 | E | 1A | 147 | 20 | 3E |
| Octal | 275 | 200 | 242 | 0 | 40 | 16 | 32 | 507 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10100010 | 0 | 100000 | 1110 | 11010 | 101000111 | 100000 | 111110 |
Color Harmonies of #BD80A2
Complementary color
Monochromatic Colors of #BD80A2
Black with #BD80A2
Text Example
Text Example
White with #BD80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80A2; }
p { color: rgb(189,128,162); }
H1.HeaderClassName
{
color: #BD80A2;
}
.AnyTagClassName
{
color: #BD80A2;
}
</style>
background-color css
<style>
a { background-color: #BD80A2; }
a { background-color: rgb(189,128,162); }
div.DivClassName
{
background-color: #BD80A2;
}
.BgClassName
{
background-color: #BD80A2;
}
</style>
border-color css
<style>
span { border-color: #BD80A2; }
span { border-color: rgb(189,128,162); }
td.TdClassName
{
border-color: #BD80A2;
}
.TagClassName
{
border-color: #BD80A2;
}
</style>