Shades of Bouquet #BC80A3
Tints of Bouquet #BC80A3
RGB
CMYK
RGB Variations
Color information
#BC80A3 (or 0xBC80A3) is known color: Bouquet. HEX triplet: BC, 80 and A3. RGB value is (188,128,163). Sum of RGB (Red+Green+Blue) = 188+128+163=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A3 is #437F5C. Grayscale: #959595. Windows color (decimal): -4423517 or 10715324. OLE color: 10715324.
HSL color Cylindrical-coordinate representation of color #BC80A3: hue angle of 325º 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 #BC80A3 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 163 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.26 |
| HSL | 325º | 0.31% | 0.62% | - |
| HSV(B) | 325º | 0.32% | 0.74% | - |
| XYZ | 35.07 | 28.77 | 38.36 | - |
| YUV | 149.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 163 | 0 | 0.32 | 0.13 | 0.26 | 325 | 0.31 | 0.62 |
| Hex | BC | 80 | A3 | 0 | 20 | D | 1A | 145 | 1F | 3E |
| Octal | 274 | 200 | 243 | 0 | 40 | 15 | 32 | 505 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10100011 | 0 | 100000 | 1101 | 11010 | 101000101 | 11111 | 111110 |
Color Harmonies of #BC80A3
Complementary color
Monochromatic Colors of #BC80A3
Black with #BC80A3
Text Example
Text Example
White with #BC80A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80A3; }
p { color: rgb(188,128,163); }
H1.HeaderClassName
{
color: #BC80A3;
}
.AnyTagClassName
{
color: #BC80A3;
}
</style>
background-color css
<style>
a { background-color: #BC80A3; }
a { background-color: rgb(188,128,163); }
div.DivClassName
{
background-color: #BC80A3;
}
.BgClassName
{
background-color: #BC80A3;
}
</style>
border-color css
<style>
span { border-color: #BC80A3; }
span { border-color: rgb(188,128,163); }
td.TdClassName
{
border-color: #BC80A3;
}
.TagClassName
{
border-color: #BC80A3;
}
</style>