Shades of Bouquet #B28B9D
Tints of Bouquet #B28B9D
RGB
CMYK
RGB Variations
Color information
#B28B9D (or 0xB28B9D) is known color: Bouquet. HEX triplet: B2, 8B and 9D. RGB value is (178,139,157). Sum of RGB (Red+Green+Blue) = 178+139+157=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B9D is #4D7462. Grayscale: #989898. Windows color (decimal): -5076067 or 10324914. OLE color: 10324914.
HSL color Cylindrical-coordinate representation of color #B28B9D: hue angle of 332.31º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28B9D is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 157 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.30 |
| HSL | 332.31º | 0.2% | 0.62% | - |
| HSV(B) | 332.31º | 0.22% | 0.7% | - |
| XYZ | 33.68 | 30.36 | 35.98 | - |
| YUV | 152.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 157 | 0 | 0.22 | 0.12 | 0.30 | 332.31 | 0.2 | 0.62 |
| Hex | B2 | 8B | 9D | 0 | 16 | C | 1E | 14C | 14 | 3E |
| Octal | 262 | 213 | 235 | 0 | 26 | 14 | 36 | 514 | 24 | 76 |
| Binary | 10110010 | 10001011 | 10011101 | 0 | 10110 | 1100 | 11110 | 101001100 | 10100 | 111110 |
Color Harmonies of #B28B9D
Complementary color
Monochromatic Colors of #B28B9D
Black with #B28B9D
Text Example
Text Example
White with #B28B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B9D; }
p { color: rgb(178,139,157); }
H1.HeaderClassName
{
color: #B28B9D;
}
.AnyTagClassName
{
color: #B28B9D;
}
</style>
background-color css
<style>
a { background-color: #B28B9D; }
a { background-color: rgb(178,139,157); }
div.DivClassName
{
background-color: #B28B9D;
}
.BgClassName
{
background-color: #B28B9D;
}
</style>
border-color css
<style>
span { border-color: #B28B9D; }
span { border-color: rgb(178,139,157); }
td.TdClassName
{
border-color: #B28B9D;
}
.TagClassName
{
border-color: #B28B9D;
}
</style>