Shades of Bouquet #B488A0
Tints of Bouquet #B488A0
RGB
CMYK
RGB Variations
Color information
#B488A0 (or 0xB488A0) is known color: Bouquet. HEX triplet: B4, 88 and A0. RGB value is (180,136,160). Sum of RGB (Red+Green+Blue) = 180+136+160=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A0 is #4B775F. Grayscale: #979797. Windows color (decimal): -4945760 or 10520756. OLE color: 10520756.
HSL color Cylindrical-coordinate representation of color #B488A0: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488A0 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 160 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.29 |
| HSL | 327.27º | 0.23% | 0.62% | - |
| HSV(B) | 327.27º | 0.24% | 0.71% | - |
| XYZ | 33.97 | 29.85 | 37.23 | - |
| YUV | 151.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 160 | 0 | 0.24 | 0.11 | 0.29 | 327.27 | 0.23 | 0.62 |
| Hex | B4 | 88 | A0 | 0 | 18 | B | 1D | 147 | 17 | 3E |
| Octal | 264 | 210 | 240 | 0 | 30 | 13 | 35 | 507 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10100000 | 0 | 11000 | 1011 | 11101 | 101000111 | 10111 | 111110 |
Color Harmonies of #B488A0
Complementary color
Monochromatic Colors of #B488A0
Black with #B488A0
Text Example
Text Example
White with #B488A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488A0; }
p { color: rgb(180,136,160); }
H1.HeaderClassName
{
color: #B488A0;
}
.AnyTagClassName
{
color: #B488A0;
}
</style>
background-color css
<style>
a { background-color: #B488A0; }
a { background-color: rgb(180,136,160); }
div.DivClassName
{
background-color: #B488A0;
}
.BgClassName
{
background-color: #B488A0;
}
</style>
border-color css
<style>
span { border-color: #B488A0; }
span { border-color: rgb(180,136,160); }
td.TdClassName
{
border-color: #B488A0;
}
.TagClassName
{
border-color: #B488A0;
}
</style>