Shades of Bouquet #B880A8
Tints of Bouquet #B880A8
RGB
CMYK
RGB Variations
Color information
#B880A8 (or 0xB880A8) is known color: Bouquet. HEX triplet: B8, 80 and A8. RGB value is (184,128,168). Sum of RGB (Red+Green+Blue) = 184+128+168=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B880A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880A8 is #477F57. Grayscale: #959595. Windows color (decimal): -4685656 or 11043000. OLE color: 11043000.
HSL color Cylindrical-coordinate representation of color #B880A8: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B880A8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 168 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.28 |
| HSL | 317.14º | 0.28% | 0.61% | - |
| HSV(B) | 317.14º | 0.3% | 0.72% | - |
| XYZ | 34.55 | 28.46 | 40.72 | - |
| YUV | 149.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 168 | 0 | 0.30 | 0.09 | 0.28 | 317.14 | 0.28 | 0.61 |
| Hex | B8 | 80 | A8 | 0 | 1E | 9 | 1C | 13D | 1C | 3D |
| Octal | 270 | 200 | 250 | 0 | 36 | 11 | 34 | 475 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10101000 | 0 | 11110 | 1001 | 11100 | 100111101 | 11100 | 111101 |
Color Harmonies of #B880A8
Complementary color
Monochromatic Colors of #B880A8
Black with #B880A8
Text Example
Text Example
White with #B880A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880A8; }
p { color: rgb(184,128,168); }
H1.HeaderClassName
{
color: #B880A8;
}
.AnyTagClassName
{
color: #B880A8;
}
</style>
background-color css
<style>
a { background-color: #B880A8; }
a { background-color: rgb(184,128,168); }
div.DivClassName
{
background-color: #B880A8;
}
.BgClassName
{
background-color: #B880A8;
}
</style>
border-color css
<style>
span { border-color: #B880A8; }
span { border-color: rgb(184,128,168); }
td.TdClassName
{
border-color: #B880A8;
}
.TagClassName
{
border-color: #B880A8;
}
</style>