Shades of Bouquet #B588A1
Tints of Bouquet #B588A1
RGB
CMYK
RGB Variations
Color information
#B588A1 (or 0xB588A1) is known color: Bouquet. HEX triplet: B5, 88 and A1. RGB value is (181,136,161). Sum of RGB (Red+Green+Blue) = 181+136+161=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B588A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B588A1 is #4A775E. Grayscale: #989898. Windows color (decimal): -4880223 or 10586293. OLE color: 10586293.
HSL color Cylindrical-coordinate representation of color #B588A1: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B588A1 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 161 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.29 |
| HSL | 326.67º | 0.23% | 0.62% | - |
| HSV(B) | 326.67º | 0.25% | 0.71% | - |
| XYZ | 34.29 | 30.01 | 37.7 | - |
| YUV | 152.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 161 | 0 | 0.25 | 0.11 | 0.29 | 326.67 | 0.23 | 0.62 |
| Hex | B5 | 88 | A1 | 0 | 19 | B | 1D | 147 | 17 | 3E |
| Octal | 265 | 210 | 241 | 0 | 31 | 13 | 35 | 507 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10100001 | 0 | 11001 | 1011 | 11101 | 101000111 | 10111 | 111110 |
Color Harmonies of #B588A1
Complementary color
Monochromatic Colors of #B588A1
Black with #B588A1
Text Example
Text Example
White with #B588A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588A1; }
p { color: rgb(181,136,161); }
H1.HeaderClassName
{
color: #B588A1;
}
.AnyTagClassName
{
color: #B588A1;
}
</style>
background-color css
<style>
a { background-color: #B588A1; }
a { background-color: rgb(181,136,161); }
div.DivClassName
{
background-color: #B588A1;
}
.BgClassName
{
background-color: #B588A1;
}
</style>
border-color css
<style>
span { border-color: #B588A1; }
span { border-color: rgb(181,136,161); }
td.TdClassName
{
border-color: #B588A1;
}
.TagClassName
{
border-color: #B588A1;
}
</style>