Shades of Bouquet #B888A7
Tints of Bouquet #B888A7
RGB
CMYK
RGB Variations
Color information
#B888A7 (or 0xB888A7) is known color: Bouquet. HEX triplet: B8, 88 and A7. RGB value is (184,136,167). Sum of RGB (Red+Green+Blue) = 184+136+167=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B888A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888A7 is #477758. Grayscale: #999999. Windows color (decimal): -4683609 or 10979512. OLE color: 10979512.
HSL color Cylindrical-coordinate representation of color #B888A7: hue angle of 321.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888A7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 167 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.28 |
| HSL | 321.25º | 0.25% | 0.63% | - |
| HSV(B) | 321.25º | 0.26% | 0.72% | - |
| XYZ | 35.55 | 30.59 | 40.59 | - |
| YUV | 153.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 167 | 0 | 0.26 | 0.09 | 0.28 | 321.25 | 0.25 | 0.63 |
| Hex | B8 | 88 | A7 | 0 | 1A | 9 | 1C | 141 | 19 | 3F |
| Octal | 270 | 210 | 247 | 0 | 32 | 11 | 34 | 501 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10100111 | 0 | 11010 | 1001 | 11100 | 101000001 | 11001 | 111111 |
Color Harmonies of #B888A7
Complementary color
Monochromatic Colors of #B888A7
Black with #B888A7
Text Example
Text Example
White with #B888A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888A7; }
p { color: rgb(184,136,167); }
H1.HeaderClassName
{
color: #B888A7;
}
.AnyTagClassName
{
color: #B888A7;
}
</style>
background-color css
<style>
a { background-color: #B888A7; }
a { background-color: rgb(184,136,167); }
div.DivClassName
{
background-color: #B888A7;
}
.BgClassName
{
background-color: #B888A7;
}
</style>
border-color css
<style>
span { border-color: #B888A7; }
span { border-color: rgb(184,136,167); }
td.TdClassName
{
border-color: #B888A7;
}
.TagClassName
{
border-color: #B888A7;
}
</style>