Shades of Bouquet #B2819C
Tints of Bouquet #B2819C
RGB
CMYK
RGB Variations
Color information
#B2819C (or 0xB2819C) is known color: Bouquet. HEX triplet: B2, 81 and 9C. RGB value is (178,129,156). Sum of RGB (Red+Green+Blue) = 178+129+156=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2819C is #4D7E63. Grayscale: #929292. Windows color (decimal): -5078628 or 10256818. OLE color: 10256818.
HSL color Cylindrical-coordinate representation of color #B2819C: hue angle of 326.94º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2819C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 156 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.30 |
| HSL | 326.94º | 0.24% | 0.6% | - |
| HSV(B) | 326.94º | 0.28% | 0.7% | - |
| XYZ | 32.21 | 27.57 | 35.08 | - |
| YUV | 146.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 156 | 0 | 0.28 | 0.12 | 0.30 | 326.94 | 0.24 | 0.6 |
| Hex | B2 | 81 | 9C | 0 | 1C | C | 1E | 147 | 18 | 3C |
| Octal | 262 | 201 | 234 | 0 | 34 | 14 | 36 | 507 | 30 | 74 |
| Binary | 10110010 | 10000001 | 10011100 | 0 | 11100 | 1100 | 11110 | 101000111 | 11000 | 111100 |
Color Harmonies of #B2819C
Complementary color
Monochromatic Colors of #B2819C
Black with #B2819C
Text Example
Text Example
White with #B2819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2819C; }
p { color: rgb(178,129,156); }
H1.HeaderClassName
{
color: #B2819C;
}
.AnyTagClassName
{
color: #B2819C;
}
</style>
background-color css
<style>
a { background-color: #B2819C; }
a { background-color: rgb(178,129,156); }
div.DivClassName
{
background-color: #B2819C;
}
.BgClassName
{
background-color: #B2819C;
}
</style>
border-color css
<style>
span { border-color: #B2819C; }
span { border-color: rgb(178,129,156); }
td.TdClassName
{
border-color: #B2819C;
}
.TagClassName
{
border-color: #B2819C;
}
</style>