Shades of Bouquet #B488A4
Tints of Bouquet #B488A4
RGB
CMYK
RGB Variations
Color information
#B488A4 (or 0xB488A4) is known color: Bouquet. HEX triplet: B4, 88 and A4. RGB value is (180,136,164). Sum of RGB (Red+Green+Blue) = 180+136+164=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A4 is #4B775B. Grayscale: #989898. Windows color (decimal): -4945756 or 10782900. OLE color: 10782900.
HSL color Cylindrical-coordinate representation of color #B488A4: hue angle of 321.82º 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 #B488A4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 164 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.29 |
| HSL | 321.82º | 0.23% | 0.62% | - |
| HSV(B) | 321.82º | 0.24% | 0.71% | - |
| XYZ | 34.33 | 29.99 | 39.1 | - |
| YUV | 152.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 164 | 0 | 0.24 | 0.09 | 0.29 | 321.82 | 0.23 | 0.62 |
| Hex | B4 | 88 | A4 | 0 | 18 | 9 | 1D | 142 | 17 | 3E |
| Octal | 264 | 210 | 244 | 0 | 30 | 11 | 35 | 502 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10100100 | 0 | 11000 | 1001 | 11101 | 101000010 | 10111 | 111110 |
Color Harmonies of #B488A4
Complementary color
Monochromatic Colors of #B488A4
Black with #B488A4
Text Example
Text Example
White with #B488A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B488A4; }
p { color: rgb(180,136,164); }
H1.HeaderClassName
{
color: #B488A4;
}
.AnyTagClassName
{
color: #B488A4;
}
</style>
background-color css
<style>
a { background-color: #B488A4; }
a { background-color: rgb(180,136,164); }
div.DivClassName
{
background-color: #B488A4;
}
.BgClassName
{
background-color: #B488A4;
}
</style>
border-color css
<style>
span { border-color: #B488A4; }
span { border-color: rgb(180,136,164); }
td.TdClassName
{
border-color: #B488A4;
}
.TagClassName
{
border-color: #B488A4;
}
</style>