Shades of Bouquet #BC82A6
Tints of Bouquet #BC82A6
RGB
CMYK
RGB Variations
Color information
#BC82A6 (or 0xBC82A6) is known color: Bouquet. HEX triplet: BC, 82 and A6. RGB value is (188,130,166). Sum of RGB (Red+Green+Blue) = 188+130+166=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82A6 is #437D59. Grayscale: #979797. Windows color (decimal): -4423002 or 10912444. OLE color: 10912444.
HSL color Cylindrical-coordinate representation of color #BC82A6: hue angle of 322.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC82A6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 166 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.26 |
| HSL | 322.76º | 0.3% | 0.62% | - |
| HSV(B) | 322.76º | 0.31% | 0.74% | - |
| XYZ | 35.6 | 29.41 | 39.88 | - |
| YUV | 151.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 166 | 0 | 0.31 | 0.12 | 0.26 | 322.76 | 0.3 | 0.62 |
| Hex | BC | 82 | A6 | 0 | 1F | C | 1A | 143 | 1E | 3E |
| Octal | 274 | 202 | 246 | 0 | 37 | 14 | 32 | 503 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10100110 | 0 | 11111 | 1100 | 11010 | 101000011 | 11110 | 111110 |
Color Harmonies of #BC82A6
Complementary color
Monochromatic Colors of #BC82A6
Black with #BC82A6
Text Example
Text Example
White with #BC82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82A6; }
p { color: rgb(188,130,166); }
H1.HeaderClassName
{
color: #BC82A6;
}
.AnyTagClassName
{
color: #BC82A6;
}
</style>
background-color css
<style>
a { background-color: #BC82A6; }
a { background-color: rgb(188,130,166); }
div.DivClassName
{
background-color: #BC82A6;
}
.BgClassName
{
background-color: #BC82A6;
}
</style>
border-color css
<style>
span { border-color: #BC82A6; }
span { border-color: rgb(188,130,166); }
td.TdClassName
{
border-color: #BC82A6;
}
.TagClassName
{
border-color: #BC82A6;
}
</style>