Shades of Bouquet #BC74AA
Tints of Bouquet #BC74AA
RGB
CMYK
RGB Variations
Color information
#BC74AA (or 0xBC74AA) is known color: Bouquet. HEX triplet: BC, 74 and AA. RGB value is (188,116,170). Sum of RGB (Red+Green+Blue) = 188+116+170=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74AA is #438B55. Grayscale: #8F8F8F. Windows color (decimal): -4426582 or 11171004. OLE color: 11171004.
HSL color Cylindrical-coordinate representation of color #BC74AA: hue angle of 315º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74AA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 170 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.26 |
| HSL | 315º | 0.35% | 0.6% | - |
| HSV(B) | 315º | 0.38% | 0.74% | - |
| XYZ | 34.24 | 26.08 | 41.26 | - |
| YUV | 143.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 170 | 0 | 0.38 | 0.10 | 0.26 | 315 | 0.35 | 0.6 |
| Hex | BC | 74 | AA | 0 | 26 | A | 1A | 13B | 23 | 3C |
| Octal | 274 | 164 | 252 | 0 | 46 | 12 | 32 | 473 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10101010 | 0 | 100110 | 1010 | 11010 | 100111011 | 100011 | 111100 |
Color Harmonies of #BC74AA
Complementary color
Monochromatic Colors of #BC74AA
Black with #BC74AA
Text Example
Text Example
White with #BC74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74AA; }
p { color: rgb(188,116,170); }
H1.HeaderClassName
{
color: #BC74AA;
}
.AnyTagClassName
{
color: #BC74AA;
}
</style>
background-color css
<style>
a { background-color: #BC74AA; }
a { background-color: rgb(188,116,170); }
div.DivClassName
{
background-color: #BC74AA;
}
.BgClassName
{
background-color: #BC74AA;
}
</style>
border-color css
<style>
span { border-color: #BC74AA; }
span { border-color: rgb(188,116,170); }
td.TdClassName
{
border-color: #BC74AA;
}
.TagClassName
{
border-color: #BC74AA;
}
</style>