Shades of Bouquet #B28AA2
Tints of Bouquet #B28AA2
RGB
CMYK
RGB Variations
Color information
#B28AA2 (or 0xB28AA2) is known color: Bouquet. HEX triplet: B2, 8A and A2. RGB value is (178,138,162). Sum of RGB (Red+Green+Blue) = 178+138+162=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA2 is #4D755D. Grayscale: #989898. Windows color (decimal): -5076318 or 10652338. OLE color: 10652338.
HSL color Cylindrical-coordinate representation of color #B28AA2: hue angle of 324º 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 #B28AA2 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 162 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.30 |
| HSL | 324º | 0.21% | 0.62% | - |
| HSV(B) | 324º | 0.22% | 0.7% | - |
| XYZ | 33.97 | 30.25 | 38.23 | - |
| YUV | 152.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 162 | 0 | 0.22 | 0.09 | 0.30 | 324 | 0.21 | 0.62 |
| Hex | B2 | 8A | A2 | 0 | 16 | 9 | 1E | 144 | 15 | 3E |
| Octal | 262 | 212 | 242 | 0 | 26 | 11 | 36 | 504 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10100010 | 0 | 10110 | 1001 | 11110 | 101000100 | 10101 | 111110 |
Color Harmonies of #B28AA2
Complementary color
Monochromatic Colors of #B28AA2
Black with #B28AA2
Text Example
Text Example
White with #B28AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AA2; }
p { color: rgb(178,138,162); }
H1.HeaderClassName
{
color: #B28AA2;
}
.AnyTagClassName
{
color: #B28AA2;
}
</style>
background-color css
<style>
a { background-color: #B28AA2; }
a { background-color: rgb(178,138,162); }
div.DivClassName
{
background-color: #B28AA2;
}
.BgClassName
{
background-color: #B28AA2;
}
</style>
border-color css
<style>
span { border-color: #B28AA2; }
span { border-color: rgb(178,138,162); }
td.TdClassName
{
border-color: #B28AA2;
}
.TagClassName
{
border-color: #B28AA2;
}
</style>