Shades of Bouquet #B388A6
Tints of Bouquet #B388A6
RGB
CMYK
RGB Variations
Color information
#B388A6 (or 0xB388A6) is known color: Bouquet. HEX triplet: B3, 88 and A6. RGB value is (179,136,166). Sum of RGB (Red+Green+Blue) = 179+136+166=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B388A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388A6 is #4C7759. Grayscale: #989898. Windows color (decimal): -5011290 or 10913971. OLE color: 10913971.
HSL color Cylindrical-coordinate representation of color #B388A6: hue angle of 318.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B388A6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 166 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.30 |
| HSL | 318.14º | 0.22% | 0.62% | - |
| HSV(B) | 318.14º | 0.24% | 0.7% | - |
| XYZ | 34.28 | 29.95 | 40.05 | - |
| YUV | 152.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 166 | 0 | 0.24 | 0.07 | 0.30 | 318.14 | 0.22 | 0.62 |
| Hex | B3 | 88 | A6 | 0 | 18 | 7 | 1E | 13E | 16 | 3E |
| Octal | 263 | 210 | 246 | 0 | 30 | 7 | 36 | 476 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10100110 | 0 | 11000 | 111 | 11110 | 100111110 | 10110 | 111110 |
Color Harmonies of #B388A6
Complementary color
Monochromatic Colors of #B388A6
Black with #B388A6
Text Example
Text Example
White with #B388A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388A6; }
p { color: rgb(179,136,166); }
H1.HeaderClassName
{
color: #B388A6;
}
.AnyTagClassName
{
color: #B388A6;
}
</style>
background-color css
<style>
a { background-color: #B388A6; }
a { background-color: rgb(179,136,166); }
div.DivClassName
{
background-color: #B388A6;
}
.BgClassName
{
background-color: #B388A6;
}
</style>
border-color css
<style>
span { border-color: #B388A6; }
span { border-color: rgb(179,136,166); }
td.TdClassName
{
border-color: #B388A6;
}
.TagClassName
{
border-color: #B388A6;
}
</style>