Shades of Bouquet #B988A6
Tints of Bouquet #B988A6
RGB
CMYK
RGB Variations
Color information
#B988A6 (or 0xB988A6) is known color: Bouquet. HEX triplet: B9, 88 and A6. RGB value is (185,136,166). Sum of RGB (Red+Green+Blue) = 185+136+166=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B988A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988A6 is #467759. Grayscale: #9A9A9A. Windows color (decimal): -4618074 or 10913977. OLE color: 10913977.
HSL color Cylindrical-coordinate representation of color #B988A6: hue angle of 323.27º 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 #B988A6 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 166 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.27 |
| HSL | 323.27º | 0.26% | 0.63% | - |
| HSV(B) | 323.27º | 0.26% | 0.73% | - |
| XYZ | 35.69 | 30.68 | 40.12 | - |
| YUV | 154.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 166 | 0 | 0.26 | 0.10 | 0.27 | 323.27 | 0.26 | 0.63 |
| Hex | B9 | 88 | A6 | 0 | 1A | A | 1B | 143 | 1A | 3F |
| Octal | 271 | 210 | 246 | 0 | 32 | 12 | 33 | 503 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10100110 | 0 | 11010 | 1010 | 11011 | 101000011 | 11010 | 111111 |
Color Harmonies of #B988A6
Complementary color
Monochromatic Colors of #B988A6
Black with #B988A6
Text Example
Text Example
White with #B988A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B988A6; }
p { color: rgb(185,136,166); }
H1.HeaderClassName
{
color: #B988A6;
}
.AnyTagClassName
{
color: #B988A6;
}
</style>
background-color css
<style>
a { background-color: #B988A6; }
a { background-color: rgb(185,136,166); }
div.DivClassName
{
background-color: #B988A6;
}
.BgClassName
{
background-color: #B988A6;
}
</style>
border-color css
<style>
span { border-color: #B988A6; }
span { border-color: rgb(185,136,166); }
td.TdClassName
{
border-color: #B988A6;
}
.TagClassName
{
border-color: #B988A6;
}
</style>