Shades of Bouquet #B488A6
Tints of Bouquet #B488A6
RGB
CMYK
RGB Variations
Color information
#B488A6 (or 0xB488A6) is known color: Bouquet. HEX triplet: B4, 88 and A6. RGB value is (180,136,166). Sum of RGB (Red+Green+Blue) = 180+136+166=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A6 is #4B7759. Grayscale: #989898. Windows color (decimal): -4945754 or 10913972. OLE color: 10913972.
HSL color Cylindrical-coordinate representation of color #B488A6: hue angle of 319.09º 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 #B488A6 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 166 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.29 |
| HSL | 319.09º | 0.23% | 0.62% | - |
| HSV(B) | 319.09º | 0.24% | 0.71% | - |
| XYZ | 34.51 | 30.06 | 40.06 | - |
| YUV | 152.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 166 | 0 | 0.24 | 0.08 | 0.29 | 319.09 | 0.23 | 0.62 |
| Hex | B4 | 88 | A6 | 0 | 18 | 8 | 1D | 13F | 17 | 3E |
| Octal | 264 | 210 | 246 | 0 | 30 | 10 | 35 | 477 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10100110 | 0 | 11000 | 1000 | 11101 | 100111111 | 10111 | 111110 |
Color Harmonies of #B488A6
Complementary color
Monochromatic Colors of #B488A6
Black with #B488A6
Text Example
Text Example
White with #B488A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488A6; }
p { color: rgb(180,136,166); }
H1.HeaderClassName
{
color: #B488A6;
}
.AnyTagClassName
{
color: #B488A6;
}
</style>
background-color css
<style>
a { background-color: #B488A6; }
a { background-color: rgb(180,136,166); }
div.DivClassName
{
background-color: #B488A6;
}
.BgClassName
{
background-color: #B488A6;
}
</style>
border-color css
<style>
span { border-color: #B488A6; }
span { border-color: rgb(180,136,166); }
td.TdClassName
{
border-color: #B488A6;
}
.TagClassName
{
border-color: #B488A6;
}
</style>