#BC5D6C

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

Shades of Blush #BC5D6C

Tints of Blush #BC5D6C

Color information

#BC5D6C (or 0xBC5D6C) is unknown color: approx Blush. HEX triplet: BC, 5D and 6C. RGB value is (188,93,108). Sum of RGB (Red+Green+Blue) = 188+93+108=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D6C is #43A293. Grayscale: #7B7B7B. Windows color (decimal): -4432532 or 7101884. OLE color: 7101884.

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

Color convert

RGB18893108-
CMYK00.510.430.26
HSL350.53º41.48%55.1%-
HSV(B)350.53º50.53%73.73%-
XYZ27.3619.616.53-
YUV123.12119.47174.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.33%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=48.33%
G=23.91%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889310800.510.430.26350.5341.4855.1
HexBC5D6C0332B1A15f2937
Octal27413515406353325375167
Binary1011110010111011101100011001110101111010101011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D6C; }

 p { color: rgb(188,93,108); }

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

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

 a { background-color: rgb(188,93,108); }

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

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

 span { border-color: rgb(188,93,108); }

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