Shades of Bouquet #B288A1
Tints of Bouquet #B288A1
RGB
CMYK
RGB Variations
Color information
#B288A1 (or 0xB288A1) is known color: Bouquet. HEX triplet: B2, 88 and A1. RGB value is (178,136,161). Sum of RGB (Red+Green+Blue) = 178+136+161=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B288A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288A1 is #4D775E. Grayscale: #979797. Windows color (decimal): -5076831 or 10586290. OLE color: 10586290.
HSL color Cylindrical-coordinate representation of color #B288A1: hue angle of 324.29º 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 #B288A1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 161 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.30 |
| HSL | 324.29º | 0.21% | 0.62% | - |
| HSV(B) | 324.29º | 0.24% | 0.7% | - |
| XYZ | 33.6 | 29.65 | 37.67 | - |
| YUV | 151.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 161 | 0 | 0.24 | 0.10 | 0.30 | 324.29 | 0.21 | 0.62 |
| Hex | B2 | 88 | A1 | 0 | 18 | A | 1E | 144 | 15 | 3E |
| Octal | 262 | 210 | 241 | 0 | 30 | 12 | 36 | 504 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10100001 | 0 | 11000 | 1010 | 11110 | 101000100 | 10101 | 111110 |
Color Harmonies of #B288A1
Complementary color
Monochromatic Colors of #B288A1
Black with #B288A1
Text Example
Text Example
White with #B288A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288A1; }
p { color: rgb(178,136,161); }
H1.HeaderClassName
{
color: #B288A1;
}
.AnyTagClassName
{
color: #B288A1;
}
</style>
background-color css
<style>
a { background-color: #B288A1; }
a { background-color: rgb(178,136,161); }
div.DivClassName
{
background-color: #B288A1;
}
.BgClassName
{
background-color: #B288A1;
}
</style>
border-color css
<style>
span { border-color: #B288A1; }
span { border-color: rgb(178,136,161); }
td.TdClassName
{
border-color: #B288A1;
}
.TagClassName
{
border-color: #B288A1;
}
</style>