Shades of Bouquet #B889A6
Tints of Bouquet #B889A6
RGB
CMYK
RGB Variations
Color information
#B889A6 (or 0xB889A6) is known color: Bouquet. HEX triplet: B8, 89 and A6. RGB value is (184,137,166). Sum of RGB (Red+Green+Blue) = 184+137+166=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B889A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B889A6 is #477659. Grayscale: #9A9A9A. Windows color (decimal): -4683354 or 10914232. OLE color: 10914232.
HSL color Cylindrical-coordinate representation of color #B889A6: hue angle of 322.98º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B889A6 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 166 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.28 |
| HSL | 322.98º | 0.25% | 0.63% | - |
| HSV(B) | 322.98º | 0.26% | 0.72% | - |
| XYZ | 35.6 | 30.83 | 40.15 | - |
| YUV | 154.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 166 | 0 | 0.26 | 0.10 | 0.28 | 322.98 | 0.25 | 0.63 |
| Hex | B8 | 89 | A6 | 0 | 1A | A | 1C | 143 | 19 | 3F |
| Octal | 270 | 211 | 246 | 0 | 32 | 12 | 34 | 503 | 31 | 77 |
| Binary | 10111000 | 10001001 | 10100110 | 0 | 11010 | 1010 | 11100 | 101000011 | 11001 | 111111 |
Color Harmonies of #B889A6
Complementary color
Monochromatic Colors of #B889A6
Black with #B889A6
Text Example
Text Example
White with #B889A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B889A6; }
p { color: rgb(184,137,166); }
H1.HeaderClassName
{
color: #B889A6;
}
.AnyTagClassName
{
color: #B889A6;
}
</style>
background-color css
<style>
a { background-color: #B889A6; }
a { background-color: rgb(184,137,166); }
div.DivClassName
{
background-color: #B889A6;
}
.BgClassName
{
background-color: #B889A6;
}
</style>
border-color css
<style>
span { border-color: #B889A6; }
span { border-color: rgb(184,137,166); }
td.TdClassName
{
border-color: #B889A6;
}
.TagClassName
{
border-color: #B889A6;
}
</style>