Shades of Bouquet #B28D9E
Tints of Bouquet #B28D9E
RGB
CMYK
RGB Variations
Color information
#B28D9E (or 0xB28D9E) is known color: Bouquet. HEX triplet: B2, 8D and 9E. RGB value is (178,141,158). Sum of RGB (Red+Green+Blue) = 178+141+158=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D9E is #4D7261. Grayscale: #999999. Windows color (decimal): -5075554 or 10390962. OLE color: 10390962.
HSL color Cylindrical-coordinate representation of color #B28D9E: hue angle of 332.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28D9E is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 158 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.30 |
| HSL | 332.43º | 0.19% | 0.63% | - |
| HSV(B) | 332.43º | 0.21% | 0.7% | - |
| XYZ | 34.06 | 30.98 | 36.53 | - |
| YUV | 154 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 158 | 0 | 0.21 | 0.11 | 0.30 | 332.43 | 0.19 | 0.63 |
| Hex | B2 | 8D | 9E | 0 | 15 | B | 1E | 14C | 13 | 3F |
| Octal | 262 | 215 | 236 | 0 | 25 | 13 | 36 | 514 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10011110 | 0 | 10101 | 1011 | 11110 | 101001100 | 10011 | 111111 |
Color Harmonies of #B28D9E
Complementary color
Monochromatic Colors of #B28D9E
Black with #B28D9E
Text Example
Text Example
White with #B28D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D9E; }
p { color: rgb(178,141,158); }
H1.HeaderClassName
{
color: #B28D9E;
}
.AnyTagClassName
{
color: #B28D9E;
}
</style>
background-color css
<style>
a { background-color: #B28D9E; }
a { background-color: rgb(178,141,158); }
div.DivClassName
{
background-color: #B28D9E;
}
.BgClassName
{
background-color: #B28D9E;
}
</style>
border-color css
<style>
span { border-color: #B28D9E; }
span { border-color: rgb(178,141,158); }
td.TdClassName
{
border-color: #B28D9E;
}
.TagClassName
{
border-color: #B28D9E;
}
</style>