#BC5670

Color #BC5670 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC5670

Tints of Blush #BC5670

Color information

#BC5670 (or 0xBC5670) is unknown color: approx Blush. HEX triplet: BC, 56 and 70. RGB value is (188,86,112). Sum of RGB (Red+Green+Blue) = 188+86+112=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5670 is #43A98F. Grayscale: #777777. Windows color (decimal): -4434320 or 7362236. OLE color: 7362236.

HSL color Cylindrical-coordinate representation of color #BC5670: hue angle of 344.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5670 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18886112-
CMYK00.540.400.26
HSL344.71º43.22%53.73%-
HSV(B)344.71º54.26%73.73%-
XYZ26.9918.5217.48-
YUV119.46123.79176.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=48.70%
G=22.28%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888611200.540.400.26344.7143.2253.73
HexBC5670036281A1592b36
Octal27412616006650325315366
Binary1011110010101101110000011011010100011010101011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5670; }

 p { color: rgb(188,86,112); }

 H1.HeaderClassName
 {
   color: #BC5670;
 }
 .AnyTagClassName
 {
   color: #BC5670;
 }
</style>
background-color css

<style>
 a { background-color: #BC5670; }

 a { background-color: rgb(188,86,112); }

 div.DivClassName
 {
   background-color: #BC5670;
 }
 .BgClassName
 {
   background-color: #BC5670;
 }
</style>
border-color css

<style>
 span { border-color: #BC5670; }

 span { border-color: rgb(188,86,112); }

 td.TdClassName
 {
   border-color: #BC5670;
 }
 .TagClassName
 {
   border-color: #BC5670;
 }
</style>