Shades of Bouquet #B26D9C
Tints of Bouquet #B26D9C
RGB
CMYK
RGB Variations
Color information
#B26D9C (or 0xB26D9C) is known color: Bouquet. HEX triplet: B2, 6D and 9C. RGB value is (178,109,156). Sum of RGB (Red+Green+Blue) = 178+109+156=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D9C is #4D9263. Grayscale: #868686. Windows color (decimal): -5083748 or 10251698. OLE color: 10251698.
HSL color Cylindrical-coordinate representation of color #B26D9C: hue angle of 319.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D9C is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 156 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.30 |
| HSL | 319.13º | 0.31% | 0.56% | - |
| HSV(B) | 319.13º | 0.39% | 0.7% | - |
| XYZ | 29.83 | 22.8 | 34.28 | - |
| YUV | 134.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 156 | 0 | 0.39 | 0.12 | 0.30 | 319.13 | 0.31 | 0.56 |
| Hex | B2 | 6D | 9C | 0 | 27 | C | 1E | 13F | 1F | 38 |
| Octal | 262 | 155 | 234 | 0 | 47 | 14 | 36 | 477 | 37 | 70 |
| Binary | 10110010 | 1101101 | 10011100 | 0 | 100111 | 1100 | 11110 | 100111111 | 11111 | 111000 |
Color Harmonies of #B26D9C
Complementary color
Monochromatic Colors of #B26D9C
Black with #B26D9C
Text Example
Text Example
White with #B26D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D9C; }
p { color: rgb(178,109,156); }
H1.HeaderClassName
{
color: #B26D9C;
}
.AnyTagClassName
{
color: #B26D9C;
}
</style>
background-color css
<style>
a { background-color: #B26D9C; }
a { background-color: rgb(178,109,156); }
div.DivClassName
{
background-color: #B26D9C;
}
.BgClassName
{
background-color: #B26D9C;
}
</style>
border-color css
<style>
span { border-color: #B26D9C; }
span { border-color: rgb(178,109,156); }
td.TdClassName
{
border-color: #B26D9C;
}
.TagClassName
{
border-color: #B26D9C;
}
</style>