Shades of Bouquet #B08EA2
Tints of Bouquet #B08EA2
RGB
CMYK
RGB Variations
Color information
#B08EA2 (or 0xB08EA2) is known color: Bouquet. HEX triplet: B0, 8E and A2. RGB value is (176,142,162). Sum of RGB (Red+Green+Blue) = 176+142+162=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA2 is #4F715D. Grayscale: #9A9A9A. Windows color (decimal): -5206366 or 10653360. OLE color: 10653360.
HSL color Cylindrical-coordinate representation of color #B08EA2: hue angle of 324.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EA2 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 162 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.31 |
| HSL | 324.71º | 0.18% | 0.62% | - |
| HSV(B) | 324.71º | 0.19% | 0.69% | - |
| XYZ | 34.1 | 31.18 | 38.4 | - |
| YUV | 154.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 162 | 0 | 0.19 | 0.08 | 0.31 | 324.71 | 0.18 | 0.62 |
| Hex | B0 | 8E | A2 | 0 | 13 | 8 | 1F | 145 | 12 | 3E |
| Octal | 260 | 216 | 242 | 0 | 23 | 10 | 37 | 505 | 22 | 76 |
| Binary | 10110000 | 10001110 | 10100010 | 0 | 10011 | 1000 | 11111 | 101000101 | 10010 | 111110 |
Color Harmonies of #B08EA2
Complementary color
Monochromatic Colors of #B08EA2
Black with #B08EA2
Text Example
Text Example
White with #B08EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EA2; }
p { color: rgb(176,142,162); }
H1.HeaderClassName
{
color: #B08EA2;
}
.AnyTagClassName
{
color: #B08EA2;
}
</style>
background-color css
<style>
a { background-color: #B08EA2; }
a { background-color: rgb(176,142,162); }
div.DivClassName
{
background-color: #B08EA2;
}
.BgClassName
{
background-color: #B08EA2;
}
</style>
border-color css
<style>
span { border-color: #B08EA2; }
span { border-color: rgb(176,142,162); }
td.TdClassName
{
border-color: #B08EA2;
}
.TagClassName
{
border-color: #B08EA2;
}
</style>