#BC5665

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

Shades of Blush #BC5665

Tints of Blush #BC5665

Color information

#BC5665 (or 0xBC5665) is unknown color: approx Blush. HEX triplet: BC, 56 and 65. RGB value is (188,86,101). Sum of RGB (Red+Green+Blue) = 188+86+101=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5665 is #43A99A. Grayscale: #767676. Windows color (decimal): -4434331 or 6641340. OLE color: 6641340.

HSL color Cylindrical-coordinate representation of color #BC5665: hue angle of 351.18º 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 #BC5665 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18886101-
CMYK00.540.460.26
HSL351.18º43.22%53.73%-
HSV(B)351.18º54.26%73.73%-
XYZ26.4218.2914.45-
YUV118.21118.29177.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=50.13%
G=22.93%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888610100.540.460.26351.1843.2253.73
HexBC56650362E1A15f2b36
Octal27412614506656325375366
Binary1011110010101101100101011011010111011010101011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5665; }

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

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

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

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

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

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

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

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