Shades of Blush #BC5268
Tints of Blush #BC5268
RGB
CMYK
RGB Variations
Color information
#BC5268 (or 0xBC5268) is known color: Blush. HEX triplet: BC, 52 and 68. RGB value is (188,82,104). Sum of RGB (Red+Green+Blue) = 188+82+104=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5268 is #43AD97. Grayscale: #747474. Windows color (decimal): -4435352 or 6836924. OLE color: 6836924.
HSL color Cylindrical-coordinate representation of color #BC5268: hue angle of 347.55º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5268 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 104 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.26 |
| HSL | 347.55º | 0.44% | 0.53% | - |
| HSV(B) | 347.55º | 0.56% | 0.74% | - |
| XYZ | 26.26 | 17.73 | 15.13 | - |
| YUV | 116.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 104 | 0 | 0.56 | 0.45 | 0.26 | 347.55 | 0.44 | 0.53 |
| Hex | BC | 52 | 68 | 0 | 38 | 2D | 1A | 15C | 2C | 35 |
| Octal | 274 | 122 | 150 | 0 | 70 | 55 | 32 | 534 | 54 | 65 |
| Binary | 10111100 | 1010010 | 1101000 | 0 | 111000 | 101101 | 11010 | 101011100 | 101100 | 110101 |
Color Harmonies of #BC5268
Complementary color
Monochromatic Colors of #BC5268
Black with #BC5268
Text Example
Text Example
White with #BC5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5268; }
p { color: rgb(188,82,104); }
H1.HeaderClassName
{
color: #BC5268;
}
.AnyTagClassName
{
color: #BC5268;
}
</style>
background-color css
<style>
a { background-color: #BC5268; }
a { background-color: rgb(188,82,104); }
div.DivClassName
{
background-color: #BC5268;
}
.BgClassName
{
background-color: #BC5268;
}
</style>
border-color css
<style>
span { border-color: #BC5268; }
span { border-color: rgb(188,82,104); }
td.TdClassName
{
border-color: #BC5268;
}
.TagClassName
{
border-color: #BC5268;
}
</style>