Shades of Bouquet #B88AA4
Tints of Bouquet #B88AA4
RGB
CMYK
RGB Variations
Color information
#B88AA4 (or 0xB88AA4) is known color: Bouquet. HEX triplet: B8, 8A and A4. RGB value is (184,138,164). Sum of RGB (Red+Green+Blue) = 184+138+164=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AA4 is #47755B. Grayscale: #9A9A9A. Windows color (decimal): -4683100 or 10783416. OLE color: 10783416.
HSL color Cylindrical-coordinate representation of color #B88AA4: hue angle of 326.09º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AA4 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 164 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.28 |
| HSL | 326.09º | 0.24% | 0.63% | - |
| HSV(B) | 326.09º | 0.25% | 0.72% | - |
| XYZ | 35.56 | 31.05 | 39.24 | - |
| YUV | 154.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 164 | 0 | 0.25 | 0.11 | 0.28 | 326.09 | 0.24 | 0.63 |
| Hex | B8 | 8A | A4 | 0 | 19 | B | 1C | 146 | 18 | 3F |
| Octal | 270 | 212 | 244 | 0 | 31 | 13 | 34 | 506 | 30 | 77 |
| Binary | 10111000 | 10001010 | 10100100 | 0 | 11001 | 1011 | 11100 | 101000110 | 11000 | 111111 |
Color Harmonies of #B88AA4
Complementary color
Monochromatic Colors of #B88AA4
Black with #B88AA4
Text Example
Text Example
White with #B88AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88AA4; }
p { color: rgb(184,138,164); }
H1.HeaderClassName
{
color: #B88AA4;
}
.AnyTagClassName
{
color: #B88AA4;
}
</style>
background-color css
<style>
a { background-color: #B88AA4; }
a { background-color: rgb(184,138,164); }
div.DivClassName
{
background-color: #B88AA4;
}
.BgClassName
{
background-color: #B88AA4;
}
</style>
border-color css
<style>
span { border-color: #B88AA4; }
span { border-color: rgb(184,138,164); }
td.TdClassName
{
border-color: #B88AA4;
}
.TagClassName
{
border-color: #B88AA4;
}
</style>