Shades of Bouquet #B682A8
Tints of Bouquet #B682A8
RGB
CMYK
RGB Variations
Color information
#B682A8 (or 0xB682A8) is known color: Bouquet. HEX triplet: B6, 82 and A8. RGB value is (182,130,168). Sum of RGB (Red+Green+Blue) = 182+130+168=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B682A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682A8 is #497D57. Grayscale: #959595. Windows color (decimal): -4816216 or 11043510. OLE color: 11043510.
HSL color Cylindrical-coordinate representation of color #B682A8: hue angle of 316.15º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B682A8 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 168 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.29 |
| HSL | 316.15º | 0.26% | 0.61% | - |
| HSV(B) | 316.15º | 0.29% | 0.71% | - |
| XYZ | 34.34 | 28.74 | 40.78 | - |
| YUV | 149.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 168 | 0 | 0.29 | 0.08 | 0.29 | 316.15 | 0.26 | 0.61 |
| Hex | B6 | 82 | A8 | 0 | 1D | 8 | 1D | 13C | 1A | 3D |
| Octal | 266 | 202 | 250 | 0 | 35 | 10 | 35 | 474 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10101000 | 0 | 11101 | 1000 | 11101 | 100111100 | 11010 | 111101 |
Color Harmonies of #B682A8
Complementary color
Monochromatic Colors of #B682A8
Black with #B682A8
Text Example
Text Example
White with #B682A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B682A8; }
p { color: rgb(182,130,168); }
H1.HeaderClassName
{
color: #B682A8;
}
.AnyTagClassName
{
color: #B682A8;
}
</style>
background-color css
<style>
a { background-color: #B682A8; }
a { background-color: rgb(182,130,168); }
div.DivClassName
{
background-color: #B682A8;
}
.BgClassName
{
background-color: #B682A8;
}
</style>
border-color css
<style>
span { border-color: #B682A8; }
span { border-color: rgb(182,130,168); }
td.TdClassName
{
border-color: #B682A8;
}
.TagClassName
{
border-color: #B682A8;
}
</style>