Shades of Blush #BC4166
Tints of Blush #BC4166
RGB
CMYK
RGB Variations
Color information
#BC4166 (or 0xBC4166) is known color: Blush. HEX triplet: BC, 41 and 66. RGB value is (188,65,102). Sum of RGB (Red+Green+Blue) = 188+65+102=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4166 is #43BE99. Grayscale: #696969. Windows color (decimal): -4439706 or 6701500. OLE color: 6701500.
HSL color Cylindrical-coordinate representation of color #BC4166: hue angle of 341.95º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4166 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 102 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.26 |
| HSL | 341.95º | 0.49% | 0.5% | - |
| HSV(B) | 341.95º | 0.65% | 0.74% | - |
| XYZ | 25.03 | 15.43 | 14.23 | - |
| YUV | 106 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 102 | 0 | 0.65 | 0.46 | 0.26 | 341.95 | 0.49 | 0.5 |
| Hex | BC | 41 | 66 | 0 | 41 | 2E | 1A | 156 | 31 | 32 |
| Octal | 274 | 101 | 146 | 0 | 101 | 56 | 32 | 526 | 61 | 62 |
| Binary | 10111100 | 1000001 | 1100110 | 0 | 1000001 | 101110 | 11010 | 101010110 | 110001 | 110010 |
Color Harmonies of #BC4166
Complementary color
Monochromatic Colors of #BC4166
Black with #BC4166
Text Example
Text Example
White with #BC4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4166; }
p { color: rgb(188,65,102); }
H1.HeaderClassName
{
color: #BC4166;
}
.AnyTagClassName
{
color: #BC4166;
}
</style>
background-color css
<style>
a { background-color: #BC4166; }
a { background-color: rgb(188,65,102); }
div.DivClassName
{
background-color: #BC4166;
}
.BgClassName
{
background-color: #BC4166;
}
</style>
border-color css
<style>
span { border-color: #BC4166; }
span { border-color: rgb(188,65,102); }
td.TdClassName
{
border-color: #BC4166;
}
.TagClassName
{
border-color: #BC4166;
}
</style>