Shades of Bouquet #BC79A2
Tints of Bouquet #BC79A2
RGB
CMYK
RGB Variations
Color information
#BC79A2 (or 0xBC79A2) is known color: Bouquet. HEX triplet: BC, 79 and A2. RGB value is (188,121,162). Sum of RGB (Red+Green+Blue) = 188+121+162=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79A2 is #43865D. Grayscale: #919191. Windows color (decimal): -4425310 or 10647996. OLE color: 10647996.
HSL color Cylindrical-coordinate representation of color #BC79A2: hue angle of 323.28º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC79A2 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 162 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.26 |
| HSL | 323.28º | 0.33% | 0.61% | - |
| HSV(B) | 323.28º | 0.36% | 0.74% | - |
| XYZ | 34.1 | 26.97 | 37.59 | - |
| YUV | 145.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 162 | 0 | 0.36 | 0.14 | 0.26 | 323.28 | 0.33 | 0.61 |
| Hex | BC | 79 | A2 | 0 | 24 | E | 1A | 143 | 21 | 3D |
| Octal | 274 | 171 | 242 | 0 | 44 | 16 | 32 | 503 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10100010 | 0 | 100100 | 1110 | 11010 | 101000011 | 100001 | 111101 |
Color Harmonies of #BC79A2
Complementary color
Monochromatic Colors of #BC79A2
Black with #BC79A2
Text Example
Text Example
White with #BC79A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79A2; }
p { color: rgb(188,121,162); }
H1.HeaderClassName
{
color: #BC79A2;
}
.AnyTagClassName
{
color: #BC79A2;
}
</style>
background-color css
<style>
a { background-color: #BC79A2; }
a { background-color: rgb(188,121,162); }
div.DivClassName
{
background-color: #BC79A2;
}
.BgClassName
{
background-color: #BC79A2;
}
</style>
border-color css
<style>
span { border-color: #BC79A2; }
span { border-color: rgb(188,121,162); }
td.TdClassName
{
border-color: #BC79A2;
}
.TagClassName
{
border-color: #BC79A2;
}
</style>