Shades of Bouquet #B2879C
Tints of Bouquet #B2879C
RGB
CMYK
RGB Variations
Color information
#B2879C (or 0xB2879C) is known color: Bouquet. HEX triplet: B2, 87 and 9C. RGB value is (178,135,156). Sum of RGB (Red+Green+Blue) = 178+135+156=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2879C is #4D7863. Grayscale: #969696. Windows color (decimal): -5077092 or 10258354. OLE color: 10258354.
HSL color Cylindrical-coordinate representation of color #B2879C: hue angle of 330.7º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2879C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 156 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.30 |
| HSL | 330.7º | 0.22% | 0.61% | - |
| HSV(B) | 330.7º | 0.24% | 0.7% | - |
| XYZ | 33.02 | 29.19 | 35.35 | - |
| YUV | 150.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 156 | 0 | 0.24 | 0.12 | 0.30 | 330.7 | 0.22 | 0.61 |
| Hex | B2 | 87 | 9C | 0 | 18 | C | 1E | 14B | 16 | 3D |
| Octal | 262 | 207 | 234 | 0 | 30 | 14 | 36 | 513 | 26 | 75 |
| Binary | 10110010 | 10000111 | 10011100 | 0 | 11000 | 1100 | 11110 | 101001011 | 10110 | 111101 |
Color Harmonies of #B2879C
Complementary color
Monochromatic Colors of #B2879C
Black with #B2879C
Text Example
Text Example
White with #B2879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2879C; }
p { color: rgb(178,135,156); }
H1.HeaderClassName
{
color: #B2879C;
}
.AnyTagClassName
{
color: #B2879C;
}
</style>
background-color css
<style>
a { background-color: #B2879C; }
a { background-color: rgb(178,135,156); }
div.DivClassName
{
background-color: #B2879C;
}
.BgClassName
{
background-color: #B2879C;
}
</style>
border-color css
<style>
span { border-color: #B2879C; }
span { border-color: rgb(178,135,156); }
td.TdClassName
{
border-color: #B2879C;
}
.TagClassName
{
border-color: #B2879C;
}
</style>