Shades of Bouquet #B28D9F
Tints of Bouquet #B28D9F
RGB
CMYK
RGB Variations
Color information
#B28D9F (or 0xB28D9F) is known color: Bouquet. HEX triplet: B2, 8D and 9F. RGB value is (178,141,159). Sum of RGB (Red+Green+Blue) = 178+141+159=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D9F is #4D7260. Grayscale: #9A9A9A. Windows color (decimal): -5075553 or 10456498. OLE color: 10456498.
HSL color Cylindrical-coordinate representation of color #B28D9F: hue angle of 330.81º 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 #B28D9F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 159 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.30 |
| HSL | 330.81º | 0.19% | 0.63% | - |
| HSV(B) | 330.81º | 0.21% | 0.7% | - |
| XYZ | 34.14 | 31.02 | 36.99 | - |
| YUV | 154.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 159 | 0 | 0.21 | 0.11 | 0.30 | 330.81 | 0.19 | 0.63 |
| Hex | B2 | 8D | 9F | 0 | 15 | B | 1E | 14B | 13 | 3F |
| Octal | 262 | 215 | 237 | 0 | 25 | 13 | 36 | 513 | 23 | 77 |
| Binary | 10110010 | 10001101 | 10011111 | 0 | 10101 | 1011 | 11110 | 101001011 | 10011 | 111111 |
Color Harmonies of #B28D9F
Complementary color
Monochromatic Colors of #B28D9F
Black with #B28D9F
Text Example
Text Example
White with #B28D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D9F; }
p { color: rgb(178,141,159); }
H1.HeaderClassName
{
color: #B28D9F;
}
.AnyTagClassName
{
color: #B28D9F;
}
</style>
background-color css
<style>
a { background-color: #B28D9F; }
a { background-color: rgb(178,141,159); }
div.DivClassName
{
background-color: #B28D9F;
}
.BgClassName
{
background-color: #B28D9F;
}
</style>
border-color css
<style>
span { border-color: #B28D9F; }
span { border-color: rgb(178,141,159); }
td.TdClassName
{
border-color: #B28D9F;
}
.TagClassName
{
border-color: #B28D9F;
}
</style>