Shades of Bouquet #BC809E
Tints of Bouquet #BC809E
RGB
CMYK
RGB Variations
Color information
#BC809E (or 0xBC809E) is known color: Bouquet. HEX triplet: BC, 80 and 9E. RGB value is (188,128,158). Sum of RGB (Red+Green+Blue) = 188+128+158=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809E is #437F61. Grayscale: #959595. Windows color (decimal): -4423522 or 10387644. OLE color: 10387644.
HSL color Cylindrical-coordinate representation of color #BC809E: hue angle of 330º 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 #BC809E is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 158 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.26 |
| HSL | 330º | 0.31% | 0.62% | - |
| HSV(B) | 330º | 0.32% | 0.74% | - |
| XYZ | 34.63 | 28.6 | 36.04 | - |
| YUV | 149.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 158 | 0 | 0.32 | 0.16 | 0.26 | 330 | 0.31 | 0.62 |
| Hex | BC | 80 | 9E | 0 | 20 | 10 | 1A | 14A | 1F | 3E |
| Octal | 274 | 200 | 236 | 0 | 40 | 20 | 32 | 512 | 37 | 76 |
| Binary | 10111100 | 10000000 | 10011110 | 0 | 100000 | 10000 | 11010 | 101001010 | 11111 | 111110 |
Color Harmonies of #BC809E
Complementary color
Monochromatic Colors of #BC809E
Black with #BC809E
Text Example
Text Example
White with #BC809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC809E; }
p { color: rgb(188,128,158); }
H1.HeaderClassName
{
color: #BC809E;
}
.AnyTagClassName
{
color: #BC809E;
}
</style>
background-color css
<style>
a { background-color: #BC809E; }
a { background-color: rgb(188,128,158); }
div.DivClassName
{
background-color: #BC809E;
}
.BgClassName
{
background-color: #BC809E;
}
</style>
border-color css
<style>
span { border-color: #BC809E; }
span { border-color: rgb(188,128,158); }
td.TdClassName
{
border-color: #BC809E;
}
.TagClassName
{
border-color: #BC809E;
}
</style>