Shades of Bouquet #B688A6
Tints of Bouquet #B688A6
RGB
CMYK
RGB Variations
Color information
#B688A6 (or 0xB688A6) is known color: Bouquet. HEX triplet: B6, 88 and A6. RGB value is (182,136,166). Sum of RGB (Red+Green+Blue) = 182+136+166=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B688A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B688A6 is #497759. Grayscale: #999999. Windows color (decimal): -4814682 or 10913974. OLE color: 10913974.
HSL color Cylindrical-coordinate representation of color #B688A6: hue angle of 320.87º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B688A6 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 166 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.29 |
| HSL | 320.87º | 0.24% | 0.62% | - |
| HSV(B) | 320.87º | 0.25% | 0.71% | - |
| XYZ | 34.98 | 30.31 | 40.08 | - |
| YUV | 153.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 166 | 0 | 0.25 | 0.09 | 0.29 | 320.87 | 0.24 | 0.62 |
| Hex | B6 | 88 | A6 | 0 | 19 | 9 | 1D | 141 | 18 | 3E |
| Octal | 266 | 210 | 246 | 0 | 31 | 11 | 35 | 501 | 30 | 76 |
| Binary | 10110110 | 10001000 | 10100110 | 0 | 11001 | 1001 | 11101 | 101000001 | 11000 | 111110 |
Color Harmonies of #B688A6
Complementary color
Monochromatic Colors of #B688A6
Black with #B688A6
Text Example
Text Example
White with #B688A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688A6; }
p { color: rgb(182,136,166); }
H1.HeaderClassName
{
color: #B688A6;
}
.AnyTagClassName
{
color: #B688A6;
}
</style>
background-color css
<style>
a { background-color: #B688A6; }
a { background-color: rgb(182,136,166); }
div.DivClassName
{
background-color: #B688A6;
}
.BgClassName
{
background-color: #B688A6;
}
</style>
border-color css
<style>
span { border-color: #B688A6; }
span { border-color: rgb(182,136,166); }
td.TdClassName
{
border-color: #B688A6;
}
.TagClassName
{
border-color: #B688A6;
}
</style>