#BC5E6E

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

Shades of Blush #BC5E6E

Tints of Blush #BC5E6E

Color information

#BC5E6E (or 0xBC5E6E) is unknown color: approx Blush. HEX triplet: BC, 5E and 6E. RGB value is (188,94,110). Sum of RGB (Red+Green+Blue) = 188+94+110=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E6E is #43A191. Grayscale: #7B7B7B. Windows color (decimal): -4432274 or 7233212. OLE color: 7233212.

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

Color convert

RGB18894110-
CMYK00.500.410.26
HSL349.79º41.23%55.29%-
HSV(B)349.79º50%73.73%-
XYZ27.5619.8217.13-
YUV123.93120.14173.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=47.96%
G=23.98%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889411000.500.410.26349.7941.2355.29
HexBC5E6E032291A15e2937
Octal27413615606251325365167
Binary1011110010111101101110011001010100111010101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E6E; }

 p { color: rgb(188,94,110); }

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

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

 a { background-color: rgb(188,94,110); }

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

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

 span { border-color: rgb(188,94,110); }

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