Shades of Bouquet #B388A3
Tints of Bouquet #B388A3
RGB
CMYK
RGB Variations
Color information
#B388A3 (or 0xB388A3) is known color: Bouquet. HEX triplet: B3, 88 and A3. RGB value is (179,136,163). Sum of RGB (Red+Green+Blue) = 179+136+163=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B388A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388A3 is #4C775C. Grayscale: #979797. Windows color (decimal): -5011293 or 10717363. OLE color: 10717363.
HSL color Cylindrical-coordinate representation of color #B388A3: hue angle of 322.33º 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 #B388A3 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 163 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.30 |
| HSL | 322.33º | 0.22% | 0.62% | - |
| HSV(B) | 322.33º | 0.24% | 0.7% | - |
| XYZ | 34.01 | 29.84 | 38.62 | - |
| YUV | 151.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 163 | 0 | 0.24 | 0.09 | 0.30 | 322.33 | 0.22 | 0.62 |
| Hex | B3 | 88 | A3 | 0 | 18 | 9 | 1E | 142 | 16 | 3E |
| Octal | 263 | 210 | 243 | 0 | 30 | 11 | 36 | 502 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10100011 | 0 | 11000 | 1001 | 11110 | 101000010 | 10110 | 111110 |
Color Harmonies of #B388A3
Complementary color
Monochromatic Colors of #B388A3
Black with #B388A3
Text Example
Text Example
White with #B388A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B388A3; }
p { color: rgb(179,136,163); }
H1.HeaderClassName
{
color: #B388A3;
}
.AnyTagClassName
{
color: #B388A3;
}
</style>
background-color css
<style>
a { background-color: #B388A3; }
a { background-color: rgb(179,136,163); }
div.DivClassName
{
background-color: #B388A3;
}
.BgClassName
{
background-color: #B388A3;
}
</style>
border-color css
<style>
span { border-color: #B388A3; }
span { border-color: rgb(179,136,163); }
td.TdClassName
{
border-color: #B388A3;
}
.TagClassName
{
border-color: #B388A3;
}
</style>