Shades of Bouquet #BC809D
Tints of Bouquet #BC809D
RGB
CMYK
RGB Variations
Color information
#BC809D (or 0xBC809D) is known color: Bouquet. HEX triplet: BC, 80 and 9D. RGB value is (188,128,157). Sum of RGB (Red+Green+Blue) = 188+128+157=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809D is #437F62. Grayscale: #959595. Windows color (decimal): -4423523 or 10322108. OLE color: 10322108.
HSL color Cylindrical-coordinate representation of color #BC809D: hue angle of 331º 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 #BC809D is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 157 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.26 |
| HSL | 331º | 0.31% | 0.62% | - |
| HSV(B) | 331º | 0.32% | 0.74% | - |
| XYZ | 34.54 | 28.56 | 35.59 | - |
| YUV | 149.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 157 | 0 | 0.32 | 0.16 | 0.26 | 331 | 0.31 | 0.62 |
| Hex | BC | 80 | 9D | 0 | 20 | 10 | 1A | 14B | 1F | 3E |
| Octal | 274 | 200 | 235 | 0 | 40 | 20 | 32 | 513 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10011101 | 0 | 100000 | 10000 | 11010 | 101001011 | 11111 | 111110 |
Color Harmonies of #BC809D
Complementary color
Monochromatic Colors of #BC809D
Black with #BC809D
Text Example
Text Example
White with #BC809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC809D; }
p { color: rgb(188,128,157); }
H1.HeaderClassName
{
color: #BC809D;
}
.AnyTagClassName
{
color: #BC809D;
}
</style>
background-color css
<style>
a { background-color: #BC809D; }
a { background-color: rgb(188,128,157); }
div.DivClassName
{
background-color: #BC809D;
}
.BgClassName
{
background-color: #BC809D;
}
</style>
border-color css
<style>
span { border-color: #BC809D; }
span { border-color: rgb(188,128,157); }
td.TdClassName
{
border-color: #BC809D;
}
.TagClassName
{
border-color: #BC809D;
}
</style>