Shades of Bouquet #B2869E
Tints of Bouquet #B2869E
RGB
CMYK
RGB Variations
Color information
#B2869E (or 0xB2869E) is known color: Bouquet. HEX triplet: B2, 86 and 9E. RGB value is (178,134,158). Sum of RGB (Red+Green+Blue) = 178+134+158=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2869E is #4D7961. Grayscale: #959595. Windows color (decimal): -5077346 or 10389170. OLE color: 10389170.
HSL color Cylindrical-coordinate representation of color #B2869E: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2869E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 158 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.30 |
| HSL | 327.27º | 0.22% | 0.61% | - |
| HSV(B) | 327.27º | 0.25% | 0.7% | - |
| XYZ | 33.06 | 28.98 | 36.2 | - |
| YUV | 149.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 158 | 0 | 0.25 | 0.11 | 0.30 | 327.27 | 0.22 | 0.61 |
| Hex | B2 | 86 | 9E | 0 | 19 | B | 1E | 147 | 16 | 3D |
| Octal | 262 | 206 | 236 | 0 | 31 | 13 | 36 | 507 | 26 | 75 |
| Binary | 10110010 | 10000110 | 10011110 | 0 | 11001 | 1011 | 11110 | 101000111 | 10110 | 111101 |
Color Harmonies of #B2869E
Complementary color
Monochromatic Colors of #B2869E
Black with #B2869E
Text Example
Text Example
White with #B2869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2869E; }
p { color: rgb(178,134,158); }
H1.HeaderClassName
{
color: #B2869E;
}
.AnyTagClassName
{
color: #B2869E;
}
</style>
background-color css
<style>
a { background-color: #B2869E; }
a { background-color: rgb(178,134,158); }
div.DivClassName
{
background-color: #B2869E;
}
.BgClassName
{
background-color: #B2869E;
}
</style>
border-color css
<style>
span { border-color: #B2869E; }
span { border-color: rgb(178,134,158); }
td.TdClassName
{
border-color: #B2869E;
}
.TagClassName
{
border-color: #B2869E;
}
</style>