Shades of Bouquet #B2689C
Tints of Bouquet #B2689C
RGB
CMYK
RGB Variations
Color information
#B2689C (or 0xB2689C) is known color: Bouquet. HEX triplet: B2, 68 and 9C. RGB value is (178,104,156). Sum of RGB (Red+Green+Blue) = 178+104+156=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2689C is #4D9763. Grayscale: #838383. Windows color (decimal): -5085028 or 10250418. OLE color: 10250418.
HSL color Cylindrical-coordinate representation of color #B2689C: hue angle of 317.84º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2689C is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 156 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.30 |
| HSL | 317.84º | 0.32% | 0.55% | - |
| HSV(B) | 317.84º | 0.42% | 0.7% | - |
| XYZ | 29.31 | 21.77 | 34.11 | - |
| YUV | 132.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 156 | 0 | 0.42 | 0.12 | 0.30 | 317.84 | 0.32 | 0.55 |
| Hex | B2 | 68 | 9C | 0 | 2A | C | 1E | 13E | 20 | 37 |
| Octal | 262 | 150 | 234 | 0 | 52 | 14 | 36 | 476 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10011100 | 0 | 101010 | 1100 | 11110 | 100111110 | 100000 | 110111 |
Color Harmonies of #B2689C
Complementary color
Monochromatic Colors of #B2689C
Black with #B2689C
Text Example
Text Example
White with #B2689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2689C; }
p { color: rgb(178,104,156); }
H1.HeaderClassName
{
color: #B2689C;
}
.AnyTagClassName
{
color: #B2689C;
}
</style>
background-color css
<style>
a { background-color: #B2689C; }
a { background-color: rgb(178,104,156); }
div.DivClassName
{
background-color: #B2689C;
}
.BgClassName
{
background-color: #B2689C;
}
</style>
border-color css
<style>
span { border-color: #B2689C; }
span { border-color: rgb(178,104,156); }
td.TdClassName
{
border-color: #B2689C;
}
.TagClassName
{
border-color: #B2689C;
}
</style>