Shades of Bouquet #BC82A9
Tints of Bouquet #BC82A9
RGB
CMYK
RGB Variations
Color information
#BC82A9 (or 0xBC82A9) is known color: Bouquet. HEX triplet: BC, 82 and A9. RGB value is (188,130,169). Sum of RGB (Red+Green+Blue) = 188+130+169=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82A9 is #437D56. Grayscale: #979797. Windows color (decimal): -4422999 or 11109052. OLE color: 11109052.
HSL color Cylindrical-coordinate representation of color #BC82A9: hue angle of 319.66º 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 #BC82A9 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 169 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.26 |
| HSL | 319.66º | 0.3% | 0.62% | - |
| HSV(B) | 319.66º | 0.31% | 0.74% | - |
| XYZ | 35.88 | 29.52 | 41.34 | - |
| YUV | 151.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 169 | 0 | 0.31 | 0.10 | 0.26 | 319.66 | 0.3 | 0.62 |
| Hex | BC | 82 | A9 | 0 | 1F | A | 1A | 140 | 1E | 3E |
| Octal | 274 | 202 | 251 | 0 | 37 | 12 | 32 | 500 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10101001 | 0 | 11111 | 1010 | 11010 | 101000000 | 11110 | 111110 |
Color Harmonies of #BC82A9
Complementary color
Monochromatic Colors of #BC82A9
Black with #BC82A9
Text Example
Text Example
White with #BC82A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82A9; }
p { color: rgb(188,130,169); }
H1.HeaderClassName
{
color: #BC82A9;
}
.AnyTagClassName
{
color: #BC82A9;
}
</style>
background-color css
<style>
a { background-color: #BC82A9; }
a { background-color: rgb(188,130,169); }
div.DivClassName
{
background-color: #BC82A9;
}
.BgClassName
{
background-color: #BC82A9;
}
</style>
border-color css
<style>
span { border-color: #BC82A9; }
span { border-color: rgb(188,130,169); }
td.TdClassName
{
border-color: #BC82A9;
}
.TagClassName
{
border-color: #BC82A9;
}
</style>