Shades of Bouquet #BC80A1
Tints of Bouquet #BC80A1
RGB
CMYK
RGB Variations
Color information
#BC80A1 (or 0xBC80A1) is known color: Bouquet. HEX triplet: BC, 80 and A1. RGB value is (188,128,161). Sum of RGB (Red+Green+Blue) = 188+128+161=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A1 is #437F5E. Grayscale: #959595. Windows color (decimal): -4423519 or 10584252. OLE color: 10584252.
HSL color Cylindrical-coordinate representation of color #BC80A1: hue angle of 327º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC80A1 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 161 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.26 |
| HSL | 327º | 0.31% | 0.62% | - |
| HSV(B) | 327º | 0.32% | 0.74% | - |
| XYZ | 34.89 | 28.7 | 37.42 | - |
| YUV | 149.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 161 | 0 | 0.32 | 0.14 | 0.26 | 327 | 0.31 | 0.62 |
| Hex | BC | 80 | A1 | 0 | 20 | E | 1A | 147 | 1F | 3E |
| Octal | 274 | 200 | 241 | 0 | 40 | 16 | 32 | 507 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10100001 | 0 | 100000 | 1110 | 11010 | 101000111 | 11111 | 111110 |
Color Harmonies of #BC80A1
Complementary color
Monochromatic Colors of #BC80A1
Black with #BC80A1
Text Example
Text Example
White with #BC80A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80A1; }
p { color: rgb(188,128,161); }
H1.HeaderClassName
{
color: #BC80A1;
}
.AnyTagClassName
{
color: #BC80A1;
}
</style>
background-color css
<style>
a { background-color: #BC80A1; }
a { background-color: rgb(188,128,161); }
div.DivClassName
{
background-color: #BC80A1;
}
.BgClassName
{
background-color: #BC80A1;
}
</style>
border-color css
<style>
span { border-color: #BC80A1; }
span { border-color: rgb(188,128,161); }
td.TdClassName
{
border-color: #BC80A1;
}
.TagClassName
{
border-color: #BC80A1;
}
</style>