Shades of Bouquet #B28A9C
Tints of Bouquet #B28A9C
RGB
CMYK
RGB Variations
Color information
#B28A9C (or 0xB28A9C) is known color: Bouquet. HEX triplet: B2, 8A and 9C. RGB value is (178,138,156). Sum of RGB (Red+Green+Blue) = 178+138+156=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A9C is #4D7563. Grayscale: #979797. Windows color (decimal): -5076324 or 10259122. OLE color: 10259122.
HSL color Cylindrical-coordinate representation of color #B28A9C: hue angle of 333º degrees, saturation: 0.21, 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 #B28A9C is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 156 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.30 |
| HSL | 333º | 0.21% | 0.62% | - |
| HSV(B) | 333º | 0.22% | 0.7% | - |
| XYZ | 33.45 | 30.04 | 35.49 | - |
| YUV | 152.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 156 | 0 | 0.22 | 0.12 | 0.30 | 333 | 0.21 | 0.62 |
| Hex | B2 | 8A | 9C | 0 | 16 | C | 1E | 14D | 15 | 3E |
| Octal | 262 | 212 | 234 | 0 | 26 | 14 | 36 | 515 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10011100 | 0 | 10110 | 1100 | 11110 | 101001101 | 10101 | 111110 |
Color Harmonies of #B28A9C
Complementary color
Monochromatic Colors of #B28A9C
Black with #B28A9C
Text Example
Text Example
White with #B28A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A9C; }
p { color: rgb(178,138,156); }
H1.HeaderClassName
{
color: #B28A9C;
}
.AnyTagClassName
{
color: #B28A9C;
}
</style>
background-color css
<style>
a { background-color: #B28A9C; }
a { background-color: rgb(178,138,156); }
div.DivClassName
{
background-color: #B28A9C;
}
.BgClassName
{
background-color: #B28A9C;
}
</style>
border-color css
<style>
span { border-color: #B28A9C; }
span { border-color: rgb(178,138,156); }
td.TdClassName
{
border-color: #B28A9C;
}
.TagClassName
{
border-color: #B28A9C;
}
</style>