Shades of Bouquet #B288A3
Tints of Bouquet #B288A3
RGB
CMYK
RGB Variations
Color information
#B288A3 (or 0xB288A3) is known color: Bouquet. HEX triplet: B2, 88 and A3. RGB value is (178,136,163). Sum of RGB (Red+Green+Blue) = 178+136+163=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B288A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288A3 is #4D775C. Grayscale: #979797. Windows color (decimal): -5076829 or 10717362. OLE color: 10717362.
HSL color Cylindrical-coordinate representation of color #B288A3: hue angle of 321.43º 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 #B288A3 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 163 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.30 |
| HSL | 321.43º | 0.21% | 0.62% | - |
| HSV(B) | 321.43º | 0.24% | 0.7% | - |
| XYZ | 33.78 | 29.72 | 38.61 | - |
| YUV | 151.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 163 | 0 | 0.24 | 0.08 | 0.30 | 321.43 | 0.21 | 0.62 |
| Hex | B2 | 88 | A3 | 0 | 18 | 8 | 1E | 141 | 15 | 3E |
| Octal | 262 | 210 | 243 | 0 | 30 | 10 | 36 | 501 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10100011 | 0 | 11000 | 1000 | 11110 | 101000001 | 10101 | 111110 |
Color Harmonies of #B288A3
Complementary color
Monochromatic Colors of #B288A3
Black with #B288A3
Text Example
Text Example
White with #B288A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288A3; }
p { color: rgb(178,136,163); }
H1.HeaderClassName
{
color: #B288A3;
}
.AnyTagClassName
{
color: #B288A3;
}
</style>
background-color css
<style>
a { background-color: #B288A3; }
a { background-color: rgb(178,136,163); }
div.DivClassName
{
background-color: #B288A3;
}
.BgClassName
{
background-color: #B288A3;
}
</style>
border-color css
<style>
span { border-color: #B288A3; }
span { border-color: rgb(178,136,163); }
td.TdClassName
{
border-color: #B288A3;
}
.TagClassName
{
border-color: #B288A3;
}
</style>