Shades of Bouquet #B28E9F
Tints of Bouquet #B28E9F
RGB
CMYK
RGB Variations
Color information
#B28E9F (or 0xB28E9F) is known color: Bouquet. HEX triplet: B2, 8E and 9F. RGB value is (178,142,159). Sum of RGB (Red+Green+Blue) = 178+142+159=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E9F is #4D7160. Grayscale: #9A9A9A. Windows color (decimal): -5075297 or 10456754. OLE color: 10456754.
HSL color Cylindrical-coordinate representation of color #B28E9F: hue angle of 331.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28E9F is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 159 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.30 |
| HSL | 331.67º | 0.19% | 0.63% | - |
| HSV(B) | 331.67º | 0.2% | 0.7% | - |
| XYZ | 34.29 | 31.31 | 37.04 | - |
| YUV | 154.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 159 | 0 | 0.20 | 0.11 | 0.30 | 331.67 | 0.19 | 0.63 |
| Hex | B2 | 8E | 9F | 0 | 14 | B | 1E | 14C | 13 | 3F |
| Octal | 262 | 216 | 237 | 0 | 24 | 13 | 36 | 514 | 23 | 77 |
| Binary | 10110010 | 10001110 | 10011111 | 0 | 10100 | 1011 | 11110 | 101001100 | 10011 | 111111 |
Color Harmonies of #B28E9F
Complementary color
Monochromatic Colors of #B28E9F
Black with #B28E9F
Text Example
Text Example
White with #B28E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E9F; }
p { color: rgb(178,142,159); }
H1.HeaderClassName
{
color: #B28E9F;
}
.AnyTagClassName
{
color: #B28E9F;
}
</style>
background-color css
<style>
a { background-color: #B28E9F; }
a { background-color: rgb(178,142,159); }
div.DivClassName
{
background-color: #B28E9F;
}
.BgClassName
{
background-color: #B28E9F;
}
</style>
border-color css
<style>
span { border-color: #B28E9F; }
span { border-color: rgb(178,142,159); }
td.TdClassName
{
border-color: #B28E9F;
}
.TagClassName
{
border-color: #B28E9F;
}
</style>