Shades of Bouquet #BC81A6
Tints of Bouquet #BC81A6
RGB
CMYK
RGB Variations
Color information
#BC81A6 (or 0xBC81A6) is known color: Bouquet. HEX triplet: BC, 81 and A6. RGB value is (188,129,166). Sum of RGB (Red+Green+Blue) = 188+129+166=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81A6 is #437E59. Grayscale: #969696. Windows color (decimal): -4423258 or 10912188. OLE color: 10912188.
HSL color Cylindrical-coordinate representation of color #BC81A6: hue angle of 322.37º degrees, saturation: 0.31, 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 #BC81A6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 166 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.26 |
| HSL | 322.37º | 0.31% | 0.62% | - |
| HSV(B) | 322.37º | 0.31% | 0.74% | - |
| XYZ | 35.47 | 29.15 | 39.83 | - |
| YUV | 150.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 166 | 0 | 0.31 | 0.12 | 0.26 | 322.37 | 0.31 | 0.62 |
| Hex | BC | 81 | A6 | 0 | 1F | C | 1A | 142 | 1F | 3E |
| Octal | 274 | 201 | 246 | 0 | 37 | 14 | 32 | 502 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10100110 | 0 | 11111 | 1100 | 11010 | 101000010 | 11111 | 111110 |
Color Harmonies of #BC81A6
Complementary color
Monochromatic Colors of #BC81A6
Black with #BC81A6
Text Example
Text Example
White with #BC81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81A6; }
p { color: rgb(188,129,166); }
H1.HeaderClassName
{
color: #BC81A6;
}
.AnyTagClassName
{
color: #BC81A6;
}
</style>
background-color css
<style>
a { background-color: #BC81A6; }
a { background-color: rgb(188,129,166); }
div.DivClassName
{
background-color: #BC81A6;
}
.BgClassName
{
background-color: #BC81A6;
}
</style>
border-color css
<style>
span { border-color: #BC81A6; }
span { border-color: rgb(188,129,166); }
td.TdClassName
{
border-color: #BC81A6;
}
.TagClassName
{
border-color: #BC81A6;
}
</style>