Shades of Bouquet #BC80A8
Tints of Bouquet #BC80A8
RGB
CMYK
RGB Variations
Color information
#BC80A8 (or 0xBC80A8) is known color: Bouquet. HEX triplet: BC, 80 and A8. RGB value is (188,128,168). Sum of RGB (Red+Green+Blue) = 188+128+168=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80A8 is #437F57. Grayscale: #969696. Windows color (decimal): -4423512 or 11043004. OLE color: 11043004.
HSL color Cylindrical-coordinate representation of color #BC80A8: hue angle of 320º 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 #BC80A8 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 168 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.26 |
| HSL | 320º | 0.31% | 0.62% | - |
| HSV(B) | 320º | 0.32% | 0.74% | - |
| XYZ | 35.53 | 28.96 | 40.76 | - |
| YUV | 150.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 168 | 0 | 0.32 | 0.11 | 0.26 | 320 | 0.31 | 0.62 |
| Hex | BC | 80 | A8 | 0 | 20 | B | 1A | 140 | 1F | 3E |
| Octal | 274 | 200 | 250 | 0 | 40 | 13 | 32 | 500 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10101000 | 0 | 100000 | 1011 | 11010 | 101000000 | 11111 | 111110 |
Color Harmonies of #BC80A8
Complementary color
Monochromatic Colors of #BC80A8
Black with #BC80A8
Text Example
Text Example
White with #BC80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80A8; }
p { color: rgb(188,128,168); }
H1.HeaderClassName
{
color: #BC80A8;
}
.AnyTagClassName
{
color: #BC80A8;
}
</style>
background-color css
<style>
a { background-color: #BC80A8; }
a { background-color: rgb(188,128,168); }
div.DivClassName
{
background-color: #BC80A8;
}
.BgClassName
{
background-color: #BC80A8;
}
</style>
border-color css
<style>
span { border-color: #BC80A8; }
span { border-color: rgb(188,128,168); }
td.TdClassName
{
border-color: #BC80A8;
}
.TagClassName
{
border-color: #BC80A8;
}
</style>