Shades of Bouquet #B88BA2
Tints of Bouquet #B88BA2
RGB
CMYK
RGB Variations
Color information
#B88BA2 (or 0xB88BA2) is known color: Bouquet. HEX triplet: B8, 8B and A2. RGB value is (184,139,162). Sum of RGB (Red+Green+Blue) = 184+139+162=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BA2 is #47745D. Grayscale: #9B9B9B. Windows color (decimal): -4682846 or 10652600. OLE color: 10652600.
HSL color Cylindrical-coordinate representation of color #B88BA2: hue angle of 329.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BA2 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 162 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.28 |
| HSL | 329.33º | 0.24% | 0.63% | - |
| HSV(B) | 329.33º | 0.24% | 0.72% | - |
| XYZ | 35.52 | 31.26 | 38.34 | - |
| YUV | 155.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 162 | 0 | 0.24 | 0.12 | 0.28 | 329.33 | 0.24 | 0.63 |
| Hex | B8 | 8B | A2 | 0 | 18 | C | 1C | 149 | 18 | 3F |
| Octal | 270 | 213 | 242 | 0 | 30 | 14 | 34 | 511 | 30 | 77 |
| Binary | 10111000 | 10001011 | 10100010 | 0 | 11000 | 1100 | 11100 | 101001001 | 11000 | 111111 |
Color Harmonies of #B88BA2
Complementary color
Monochromatic Colors of #B88BA2
Black with #B88BA2
Text Example
Text Example
White with #B88BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BA2; }
p { color: rgb(184,139,162); }
H1.HeaderClassName
{
color: #B88BA2;
}
.AnyTagClassName
{
color: #B88BA2;
}
</style>
background-color css
<style>
a { background-color: #B88BA2; }
a { background-color: rgb(184,139,162); }
div.DivClassName
{
background-color: #B88BA2;
}
.BgClassName
{
background-color: #B88BA2;
}
</style>
border-color css
<style>
span { border-color: #B88BA2; }
span { border-color: rgb(184,139,162); }
td.TdClassName
{
border-color: #B88BA2;
}
.TagClassName
{
border-color: #B88BA2;
}
</style>