Shades of Mandy #BC6466
Tints of Mandy #BC6466
RGB
CMYK
RGB Variations
Color information
#BC6466 (or 0xBC6466) is known color: Mandy. HEX triplet: BC, 64 and 66. RGB value is (188,100,102). Sum of RGB (Red+Green+Blue) = 188+100+102=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6466 is #439B99. Grayscale: #7E7E7E. Windows color (decimal): -4430746 or 6710460. OLE color: 6710460.
HSL color Cylindrical-coordinate representation of color #BC6466: hue angle of 358.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6466 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 102 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.26 |
| HSL | 358.64º | 0.4% | 0.56% | - |
| HSV(B) | 358.64º | 0.47% | 0.74% | - |
| XYZ | 27.69 | 20.77 | 15.12 | - |
| YUV | 126.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 102 | 0 | 0.47 | 0.46 | 0.26 | 358.64 | 0.4 | 0.56 |
| Hex | BC | 64 | 66 | 0 | 2F | 2E | 1A | 167 | 28 | 38 |
| Octal | 274 | 144 | 146 | 0 | 57 | 56 | 32 | 547 | 50 | 70 |
| Binary | 10111100 | 1100100 | 1100110 | 0 | 101111 | 101110 | 11010 | 101100111 | 101000 | 111000 |
Color Harmonies of #BC6466
Complementary color
Monochromatic Colors of #BC6466
Black with #BC6466
Text Example
Text Example
White with #BC6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6466; }
p { color: rgb(188,100,102); }
H1.HeaderClassName
{
color: #BC6466;
}
.AnyTagClassName
{
color: #BC6466;
}
</style>
background-color css
<style>
a { background-color: #BC6466; }
a { background-color: rgb(188,100,102); }
div.DivClassName
{
background-color: #BC6466;
}
.BgClassName
{
background-color: #BC6466;
}
</style>
border-color css
<style>
span { border-color: #BC6466; }
span { border-color: rgb(188,100,102); }
td.TdClassName
{
border-color: #BC6466;
}
.TagClassName
{
border-color: #BC6466;
}
</style>