Shades of Bouquet #B2799C
Tints of Bouquet #B2799C
RGB
CMYK
RGB Variations
Color information
#B2799C (or 0xB2799C) is known color: Bouquet. HEX triplet: B2, 79 and 9C. RGB value is (178,121,156). Sum of RGB (Red+Green+Blue) = 178+121+156=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2799C is #4D8663. Grayscale: #8D8D8D. Windows color (decimal): -5080676 or 10254770. OLE color: 10254770.
HSL color Cylindrical-coordinate representation of color #B2799C: hue angle of 323.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2799C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 156 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.30 |
| HSL | 323.16º | 0.27% | 0.59% | - |
| HSV(B) | 323.16º | 0.32% | 0.7% | - |
| XYZ | 31.2 | 25.54 | 34.74 | - |
| YUV | 142.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 156 | 0 | 0.32 | 0.12 | 0.30 | 323.16 | 0.27 | 0.59 |
| Hex | B2 | 79 | 9C | 0 | 20 | C | 1E | 143 | 1B | 3B |
| Octal | 262 | 171 | 234 | 0 | 40 | 14 | 36 | 503 | 33 | 73 |
| Binary | 10110010 | 1111001 | 10011100 | 0 | 100000 | 1100 | 11110 | 101000011 | 11011 | 111011 |
Color Harmonies of #B2799C
Complementary color
Monochromatic Colors of #B2799C
Black with #B2799C
Text Example
Text Example
White with #B2799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2799C; }
p { color: rgb(178,121,156); }
H1.HeaderClassName
{
color: #B2799C;
}
.AnyTagClassName
{
color: #B2799C;
}
</style>
background-color css
<style>
a { background-color: #B2799C; }
a { background-color: rgb(178,121,156); }
div.DivClassName
{
background-color: #B2799C;
}
.BgClassName
{
background-color: #B2799C;
}
</style>
border-color css
<style>
span { border-color: #B2799C; }
span { border-color: rgb(178,121,156); }
td.TdClassName
{
border-color: #B2799C;
}
.TagClassName
{
border-color: #B2799C;
}
</style>