Shades of Bouquet #B2769C
Tints of Bouquet #B2769C
RGB
CMYK
RGB Variations
Color information
#B2769C (or 0xB2769C) is known color: Bouquet. HEX triplet: B2, 76 and 9C. RGB value is (178,118,156). Sum of RGB (Red+Green+Blue) = 178+118+156=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2769C is #4D8963. Grayscale: #8C8C8C. Windows color (decimal): -5081444 or 10254002. OLE color: 10254002.
HSL color Cylindrical-coordinate representation of color #B2769C: hue angle of 322º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2769C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 156 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.30 |
| HSL | 322º | 0.28% | 0.58% | - |
| HSV(B) | 322º | 0.34% | 0.7% | - |
| XYZ | 30.84 | 24.82 | 34.62 | - |
| YUV | 140.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 156 | 0 | 0.34 | 0.12 | 0.30 | 322 | 0.28 | 0.58 |
| Hex | B2 | 76 | 9C | 0 | 22 | C | 1E | 142 | 1C | 3A |
| Octal | 262 | 166 | 234 | 0 | 42 | 14 | 36 | 502 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10011100 | 0 | 100010 | 1100 | 11110 | 101000010 | 11100 | 111010 |
Color Harmonies of #B2769C
Complementary color
Monochromatic Colors of #B2769C
Black with #B2769C
Text Example
Text Example
White with #B2769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2769C; }
p { color: rgb(178,118,156); }
H1.HeaderClassName
{
color: #B2769C;
}
.AnyTagClassName
{
color: #B2769C;
}
</style>
background-color css
<style>
a { background-color: #B2769C; }
a { background-color: rgb(178,118,156); }
div.DivClassName
{
background-color: #B2769C;
}
.BgClassName
{
background-color: #B2769C;
}
</style>
border-color css
<style>
span { border-color: #B2769C; }
span { border-color: rgb(178,118,156); }
td.TdClassName
{
border-color: #B2769C;
}
.TagClassName
{
border-color: #B2769C;
}
</style>