Shades of Bouquet #B988A3
Tints of Bouquet #B988A3
RGB
CMYK
RGB Variations
Color information
#B988A3 (or 0xB988A3) is known color: Bouquet. HEX triplet: B9, 88 and A3. RGB value is (185,136,163). Sum of RGB (Red+Green+Blue) = 185+136+163=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B988A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988A3 is #46775C. Grayscale: #999999. Windows color (decimal): -4618077 or 10717369. OLE color: 10717369.
HSL color Cylindrical-coordinate representation of color #B988A3: hue angle of 326.94º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B988A3 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 163 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.27 |
| HSL | 326.94º | 0.26% | 0.63% | - |
| HSV(B) | 326.94º | 0.26% | 0.73% | - |
| XYZ | 35.42 | 30.57 | 38.68 | - |
| YUV | 153.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 163 | 0 | 0.26 | 0.12 | 0.27 | 326.94 | 0.26 | 0.63 |
| Hex | B9 | 88 | A3 | 0 | 1A | C | 1B | 147 | 1A | 3F |
| Octal | 271 | 210 | 243 | 0 | 32 | 14 | 33 | 507 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10100011 | 0 | 11010 | 1100 | 11011 | 101000111 | 11010 | 111111 |
Color Harmonies of #B988A3
Complementary color
Monochromatic Colors of #B988A3
Black with #B988A3
Text Example
Text Example
White with #B988A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988A3; }
p { color: rgb(185,136,163); }
H1.HeaderClassName
{
color: #B988A3;
}
.AnyTagClassName
{
color: #B988A3;
}
</style>
background-color css
<style>
a { background-color: #B988A3; }
a { background-color: rgb(185,136,163); }
div.DivClassName
{
background-color: #B988A3;
}
.BgClassName
{
background-color: #B988A3;
}
</style>
border-color css
<style>
span { border-color: #B988A3; }
span { border-color: rgb(185,136,163); }
td.TdClassName
{
border-color: #B988A3;
}
.TagClassName
{
border-color: #B988A3;
}
</style>