Shades of Bouquet #B288A2
Tints of Bouquet #B288A2
RGB
CMYK
RGB Variations
Color information
#B288A2 (or 0xB288A2) is known color: Bouquet. HEX triplet: B2, 88 and A2. RGB value is (178,136,162). Sum of RGB (Red+Green+Blue) = 178+136+162=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B288A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288A2 is #4D775D. Grayscale: #979797. Windows color (decimal): -5076830 or 10651826. OLE color: 10651826.
HSL color Cylindrical-coordinate representation of color #B288A2: hue angle of 322.86º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B288A2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 162 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.30 |
| HSL | 322.86º | 0.21% | 0.62% | - |
| HSV(B) | 322.86º | 0.24% | 0.7% | - |
| XYZ | 33.69 | 29.68 | 38.14 | - |
| YUV | 151.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 162 | 0 | 0.24 | 0.09 | 0.30 | 322.86 | 0.21 | 0.62 |
| Hex | B2 | 88 | A2 | 0 | 18 | 9 | 1E | 143 | 15 | 3E |
| Octal | 262 | 210 | 242 | 0 | 30 | 11 | 36 | 503 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10100010 | 0 | 11000 | 1001 | 11110 | 101000011 | 10101 | 111110 |
Color Harmonies of #B288A2
Complementary color
Monochromatic Colors of #B288A2
Black with #B288A2
Text Example
Text Example
White with #B288A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288A2; }
p { color: rgb(178,136,162); }
H1.HeaderClassName
{
color: #B288A2;
}
.AnyTagClassName
{
color: #B288A2;
}
</style>
background-color css
<style>
a { background-color: #B288A2; }
a { background-color: rgb(178,136,162); }
div.DivClassName
{
background-color: #B288A2;
}
.BgClassName
{
background-color: #B288A2;
}
</style>
border-color css
<style>
span { border-color: #B288A2; }
span { border-color: rgb(178,136,162); }
td.TdClassName
{
border-color: #B288A2;
}
.TagClassName
{
border-color: #B288A2;
}
</style>